We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 981b32e commit 2f7e551Copy full SHA for 2f7e551
Makefile
@@ -64,8 +64,8 @@ KIBANA_IMAGE ?= docker.elastic.co/kibana/kibana-oss:6.6.0
64
# For example, when running make e2e-test we can run just a single test such
65
# as the zone test using the go test -run=regex argument like this
66
# make e2e-test GO_TEST_FLAGS='-run=^TestZone$$'
67
-GO_TEST_FLAGS ?=
68
-GO_TEST_FLAGS_E2E := -timeout=100m $(GO_TEST_FLAGS)
+GO_TEST_FLAGS ?= -timeout=20m
+GO_TEST_FLAGS_E2E := -timeout=100m
69
70
# This is the Coherence image that will be used in the Go tests.
71
# Changing this variable will allow test builds to be run against differet Coherence versions
0 commit comments