Skip to content

Commit f11abb4

Browse files
authored
temporary fix for the flaky integration test (#85)
Signed-off-by: Felix Breuer <f.breuer94@gmail.com>
1 parent 5118241 commit f11abb4

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -172,8 +172,8 @@ verify-extended: check-generate check check-format test ## Run check-generate, c
172172
test-integration-infra: $(REPORT_COLLECTOR) $(SETUP_ENVTEST) $(GINKGO) ## Run infrastructure integration tests
173173
@GINKGO=$(GINKGO) ./hack/test-integration.sh \
174174
-v --show-node-events \
175-
--procs 2 --timeout 6m \
176-
--grace-period 2m \
175+
--procs 2 --timeout 15m \
176+
--grace-period 3m \
177177
./test/integration/infrastructure/stackit \
178178
-- \
179179
$(INFRA_TEST_FLAGS)

test/integration/infrastructure/stackit/infrastructure_test.go

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -462,9 +462,9 @@ func runTest(
462462
log,
463463
infra,
464464
"Infrastucture",
465-
2*time.Second,
466-
6*time.Minute,
467-
16*time.Minute,
465+
5*time.Second,
466+
7*time.Minute,
467+
10*time.Minute,
468468
nil,
469469
)).To(Succeed())
470470

0 commit comments

Comments
 (0)