Skip to content

Commit

Permalink
chore(tests) increase integration timeout
Browse files Browse the repository at this point in the history
Enterprise has started failing due to a timeout often with no obvious
cause. Bumping to 25m.
  • Loading branch information
rainest committed May 13, 2022
1 parent b6959f3 commit 5414a49
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -189,7 +189,7 @@ debug-container:
NCPU ?= $(shell getconf _NPROCESSORS_ONLN)
PKG_LIST = ./pkg/...,./internal/...
KIND_CLUSTER_NAME ?= "integration-tests"
INTEGRATION_TEST_TIMEOUT ?= "20m"
INTEGRATION_TEST_TIMEOUT ?= "25m"
E2E_TEST_TIMEOUT ?= "30m"

.PHONY: test
Expand Down

0 comments on commit 5414a49

Please sign in to comment.