SERVER-122802: Increase antithesis sanityCheck timeout (#50564)

GitOrigin-RevId: aeb1e512c7da22354b6dc2011f6594d545f22e12
This commit is contained in:
Trevor Guidry 2026-03-26 13:19:04 -05:00 committed by MongoDB Bot
parent e1300c7810
commit 756e13adcd

View File

@ -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