Skip to content

Commit ca51626

Browse files
committed
increase timeout for long running tests
1 parent b171a93 commit ca51626

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
@@ -75,7 +75,7 @@ TESTLENGTHOPTIONS := -test.short
7575
TESTTIMEOUT := 20m
7676
ifeq ($(LONG), 1)
7777
TESTLENGTHOPTIONS :=
78-
TESTTIMEOUT := 40m
78+
TESTTIMEOUT := 60m
7979
endif
8080
ifdef VERBOSE
8181
TESTVERBOSEOPTIONS := -v

0 commit comments

Comments
 (0)