Skip to content

Commit

Permalink
Remove allowing test load to timeout
Browse files Browse the repository at this point in the history
  • Loading branch information
wcjohns committed Jul 7, 2023
1 parent c9e5c7a commit f00901c
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/build_app.yml
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,6 @@ jobs:
if ($errTimedOut) { Stop-Process -InputObject $p -Force }
echo "Exit code of InterSpec test load was was" $p.ExitCode
$rval = $p.ExitCode
if($rval -eq -11){ $rval = 0; echo "Loading InterSpec timed-out, but accepting this for the moment, since it seems to work"; }
exit $rval
# If Stop-Process had to be used, the exit code will be -1. If resources didnt load -12. If timed out inside InterSpec -11. If all was okay, 0
Expand Down

0 comments on commit f00901c

Please sign in to comment.