mirror of
https://github.com/arangodb/kube-arangodb.git
synced 2024-12-14 11:57:37 +00:00
Increase short test time to 30m.
This commit is contained in:
parent
b68d020dd1
commit
19121573a8
1 changed files with 1 additions and 1 deletions
2
Makefile
2
Makefile
|
@ -92,7 +92,7 @@ RELEASE := $(GOBUILDDIR)/bin/release
|
|||
GHRELEASE := $(GOBUILDDIR)/bin/github-release
|
||||
|
||||
TESTLENGTHOPTIONS := -test.short
|
||||
TESTTIMEOUT := 20m
|
||||
TESTTIMEOUT := 30m
|
||||
ifeq ($(LONG), 1)
|
||||
TESTLENGTHOPTIONS :=
|
||||
TESTTIMEOUT := 180m
|
||||
|
|
Loading…
Reference in a new issue