Skip to content

Commit d8d590c

Browse files
authored
Merge pull request #87 from arangodb/bug-fix/increase-test-timeout
increase timeout for long running tests
2 parents 3b7e3e7 + ca51626 commit d8d590c

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)