We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d308b0d commit 8a5446bCopy full SHA for 8a5446b
Makefile
@@ -82,8 +82,8 @@ GINKGO_FOCUS ?=
82
GINKGO_SKIP ?=
83
GINKGO_NODES ?= 1
84
GINKGO_TIMEOUT ?= 2h
85
-GINKGO_POLL_PROGRESS_AFTER ?= 10m
86
-GINKGO_POLL_PROGRESS_INTERVAL ?= 1m
+GINKGO_POLL_PROGRESS_AFTER ?= 60m
+GINKGO_POLL_PROGRESS_INTERVAL ?= 5m
87
E2E_CONF_FILE ?= $(ROOT_DIR)/$(TEST_DIR)/e2e/config/docker.yaml
88
SKIP_RESOURCE_CLEANUP ?= false
89
USE_EXISTING_CLUSTER ?= false
0 commit comments