diff --git a/evergreen/antithesis_image_build_and_push.sh b/evergreen/antithesis_image_build_and_push.sh index 325aa3f3dbf..f444c14f20f 100644 --- a/evergreen/antithesis_image_build_and_push.sh +++ b/evergreen/antithesis_image_build_and_push.sh @@ -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