mirror of
https://github.com/arangodb/kube-arangodb.git
synced 2024-12-14 11:57:37 +00:00
Increase LONG test timeout to 240m.
This commit is contained in:
parent
30e3ecef08
commit
fc4c0a7d21
1 changed files with 1 additions and 1 deletions
2
Makefile
2
Makefile
|
@ -95,7 +95,7 @@ TESTLENGTHOPTIONS := -test.short
|
|||
TESTTIMEOUT := 30m
|
||||
ifeq ($(LONG), 1)
|
||||
TESTLENGTHOPTIONS :=
|
||||
TESTTIMEOUT := 180m
|
||||
TESTTIMEOUT := 240m
|
||||
endif
|
||||
ifdef VERBOSE
|
||||
TESTVERBOSEOPTIONS := -v
|
||||
|
|
Loading…
Reference in a new issue