Skip to content

Commit 2f7e551

Browse files
committed
Try increasing test timeout
1 parent 981b32e commit 2f7e551

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Makefile

+2-2
Original file line numberDiff line numberDiff line change
@@ -64,8 +64,8 @@ KIBANA_IMAGE ?= docker.elastic.co/kibana/kibana-oss:6.6.0
6464
# For example, when running make e2e-test we can run just a single test such
6565
# as the zone test using the go test -run=regex argument like this
6666
# make e2e-test GO_TEST_FLAGS='-run=^TestZone$$'
67-
GO_TEST_FLAGS ?=
68-
GO_TEST_FLAGS_E2E := -timeout=100m $(GO_TEST_FLAGS)
67+
GO_TEST_FLAGS ?= -timeout=20m
68+
GO_TEST_FLAGS_E2E := -timeout=100m
6969

7070
# This is the Coherence image that will be used in the Go tests.
7171
# Changing this variable will allow test builds to be run against differet Coherence versions

0 commit comments

Comments
 (0)