Skip to content

Commit 98341e3

Browse files
authored
Merge pull request #7888 from sbueringer/pr-increase-ginkgo-poll-progress
🌱 test/e2e: increase Ginkgo poll progress after to 1h
2 parents 5caaf92 + 8a5446b commit 98341e3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -82,8 +82,8 @@ GINKGO_FOCUS ?=
8282
GINKGO_SKIP ?=
8383
GINKGO_NODES ?= 1
8484
GINKGO_TIMEOUT ?= 2h
85-
GINKGO_POLL_PROGRESS_AFTER ?= 10m
86-
GINKGO_POLL_PROGRESS_INTERVAL ?= 1m
85+
GINKGO_POLL_PROGRESS_AFTER ?= 60m
86+
GINKGO_POLL_PROGRESS_INTERVAL ?= 5m
8787
E2E_CONF_FILE ?= $(ROOT_DIR)/$(TEST_DIR)/e2e/config/docker.yaml
8888
SKIP_RESOURCE_CLEANUP ?= false
8989
USE_EXISTING_CLUSTER ?= false

0 commit comments

Comments
 (0)