Skip to content

Commit

Permalink
Merge #55310
Browse files Browse the repository at this point in the history
55310: build: bump timeout for SQL Race Logic Test to 24 hours r=rytaft a=rytaft

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

Co-authored-by: Rebecca Taft <[email protected]>
  • Loading branch information
craig[bot] and rytaft committed Oct 8, 2020
2 parents c4c4a28 + 9d4c6ce commit 6cab8b3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build/teamcity-testlogicrace.sh
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ maybe_ccache

mkdir -p artifacts

TESTTIMEOUT=8h
TESTTIMEOUT=24h

run_json_test build/builder.sh \
stdbuf -oL -eL \
Expand Down

0 comments on commit 6cab8b3

Please sign in to comment.