Skip to content

Commit

Permalink
cause error to test
Browse files Browse the repository at this point in the history
  • Loading branch information
soliton- committed Mar 5, 2019
1 parent d581db6 commit 4dda9ba
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions utils/travis/docker_run.sh
Expand Up @@ -92,9 +92,10 @@ else
exit $BUILD_RET
fi

if (( SECONDS > 60*build_timeout )); then
die "Insufficient time remaining to execute unit tests. Exiting now to allow caching to occur. Please restart the job."
fi
# if (( SECONDS > 60*build_timeout )); then
if true; then
die "Insufficient time remaining to execute unit tests. Exiting now to allow caching to occur. Please restart the job."
fi

# needed since bash returns the exit code of the final command executed, so a failure needs to be returned if any unit tests fail
EXIT_VAL=0
Expand Down

0 comments on commit 4dda9ba

Please sign in to comment.