Skip to content

Commit fc4c0a7

Browse files
committed
Increase LONG test timeout to 240m.
1 parent 30e3ece commit fc4c0a7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ TESTLENGTHOPTIONS := -test.short
9595
TESTTIMEOUT := 30m
9696
ifeq ($(LONG), 1)
9797
TESTLENGTHOPTIONS :=
98-
TESTTIMEOUT := 180m
98+
TESTTIMEOUT := 240m
9999
endif
100100
ifdef VERBOSE
101101
TESTVERBOSEOPTIONS := -v

0 commit comments

Comments
 (0)