Skip to content

Commit

Permalink
Makefile: bump the test timeout
Browse files Browse the repository at this point in the history
The test suite has progressively become slower and we're now running
into the 8m limits, causing lots of test flakes.

This new default will bring us forward, but really a more durable
solution would be to profile the tests and divide the work among more
CI tasks running in parallel.

Release note: None
  • Loading branch information
knz committed Mar 9, 2019
1 parent efc57fa commit b736e9d
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 @@ -63,7 +63,7 @@ TESTCONFIG :=
SUBTESTS :=

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

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

0 comments on commit b736e9d

Please sign in to comment.