1
0
Fork 0
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:
Max Neunhoeffer 2019-07-31 14:39:56 +02:00
parent 30e3ecef08
commit fc4c0a7d21
No known key found for this signature in database
GPG key ID: 89A912AD5E343E1E

View file

@ -95,7 +95,7 @@ TESTLENGTHOPTIONS := -test.short
TESTTIMEOUT := 30m
ifeq ($(LONG), 1)
TESTLENGTHOPTIONS :=
TESTTIMEOUT := 180m
TESTTIMEOUT := 240m
endif
ifdef VERBOSE
TESTVERBOSEOPTIONS := -v