From 9d4c6cef1291553f1ddde769db15b4c562036264 Mon Sep 17 00:00:00 2001 From: Rebecca Taft Date: Wed, 7 Oct 2020 17:05:12 -0500 Subject: [PATCH] build: bump timeout for SQL Race Logic Test to 24 hours The test is still timing out after 8 hours, so this commit bumps the timeout to 24 hours. If this doesn't fix it, I will try something else like disabling the problematic tests under race. Release note: None --- build/teamcity-testlogicrace.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build/teamcity-testlogicrace.sh b/build/teamcity-testlogicrace.sh index 177a79d1d2be..8871ae9b45ff 100755 --- a/build/teamcity-testlogicrace.sh +++ b/build/teamcity-testlogicrace.sh @@ -8,7 +8,7 @@ maybe_ccache mkdir -p artifacts -TESTTIMEOUT=8h +TESTTIMEOUT=24h run_json_test build/builder.sh \ stdbuf -oL -eL \