Skip to content

Commit

Permalink
schemachanger: bump test timeout to avoid timeouts on TenantLogicTest
Browse files Browse the repository at this point in the history
Previously, we were right at the timeout boundary
for the TenantLogicTest. With the declarative schema
changer enabled we are just past the 45 minute mark causing
this test to fail. This patch bumps up the test timeout to 50
minutes to allow for breathing room.

Release note: None
  • Loading branch information
fqazi authored and Marius Posta committed Feb 23, 2022
1 parent 5b3e31d commit e43ce18
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@ SUBTESTS :=
LINTTIMEOUT := 30m

## Test timeout to use for regular tests.
TESTTIMEOUT := 45m
TESTTIMEOUT := 50m

## Test timeout to use for race tests.
RACETIMEOUT := 45m
Expand Down

0 comments on commit e43ce18

Please sign in to comment.