From 756e13adcd0e55ca14fe0c03ebfb5d24bcb04a0b Mon Sep 17 00:00:00 2001 From: Trevor Guidry Date: Thu, 26 Mar 2026 13:19:04 -0500 Subject: [PATCH] SERVER-122802: Increase antithesis sanityCheck timeout (#50564) GitOrigin-RevId: aeb1e512c7da22354b6dc2011f6594d545f22e12 --- evergreen/antithesis_image_build_and_push.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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