Skip to content

Commit 1912157

Browse files
author
lamai93
committed
Increase short test time to 30m.
1 parent b68d020 commit 1912157

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
@@ -92,7 +92,7 @@ RELEASE := $(GOBUILDDIR)/bin/release
9292
GHRELEASE := $(GOBUILDDIR)/bin/github-release
9393

9494
TESTLENGTHOPTIONS := -test.short
95-
TESTTIMEOUT := 20m
95+
TESTTIMEOUT := 30m
9696
ifeq ($(LONG), 1)
9797
TESTLENGTHOPTIONS :=
9898
TESTTIMEOUT := 180m

0 commit comments

Comments
 (0)