Skip to content

Commit

Permalink
makefile: increase test timeout
Browse files Browse the repository at this point in the history
This patch increases the test timeout for every package from 12m to 20m
(and under stress from 25m to 30m).
This is motivated by the sql TestLogic which has been inching towards
the 12m recently (according to TeamCity history) and is sometimes timing
out. Hopefully it's because we've been adding more tests...

Fixes #40572

Release note: None

Release justification: fix timeout flakes
  • Loading branch information
andreimatei committed Sep 17, 2019
1 parent ad4d6f5 commit 45f5cd8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -66,10 +66,10 @@ SUBTESTS :=
LINTTIMEOUT := 20m

## Test timeout to use for regular tests.
TESTTIMEOUT := 12m
TESTTIMEOUT := 20m

## Test timeout to use for race tests.
RACETIMEOUT := 25m
RACETIMEOUT := 30m

## Test timeout to use for acceptance tests.
ACCEPTANCETIMEOUT := 30m
Expand Down

0 comments on commit 45f5cd8

Please sign in to comment.