Skip to content

Commit 532e859

Browse files
committed
Extend max test length to 3h
1 parent a7dcf4d commit 532e859

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
@@ -91,7 +91,7 @@ TESTLENGTHOPTIONS := -test.short
9191
TESTTIMEOUT := 20m
9292
ifeq ($(LONG), 1)
9393
TESTLENGTHOPTIONS :=
94-
TESTTIMEOUT := 120m
94+
TESTTIMEOUT := 180m
9595
endif
9696
ifdef VERBOSE
9797
TESTVERBOSEOPTIONS := -v

0 commit comments

Comments
 (0)