SERVER-122802: Increase antithesis sanityCheck timeout (#50564)
GitOrigin-RevId: aeb1e512c7da22354b6dc2011f6594d545f22e12
This commit is contained in:
parent
e1300c7810
commit
756e13adcd
@ -66,7 +66,7 @@ docker ps
|
||||
set +o errexit
|
||||
# add a 1 hr timeout so we have time to gather the logs and run the rest of the script
|
||||
# when it hangs
|
||||
timeout -v 3600 docker exec workload buildscripts/resmoke.py run --suite ${suite} ${resmoke_args} --sanityCheck --externalSUT
|
||||
timeout -v 4800 docker exec workload buildscripts/resmoke.py run --suite ${suite} ${resmoke_args} --sanityCheck --externalSUT
|
||||
RET=$?
|
||||
set -o errexit
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user