From 5414a495507f2e8e9b8f2b718205b05243db5216 Mon Sep 17 00:00:00 2001 From: Travis Raines <571832+rainest@users.noreply.github.com> Date: Tue, 10 May 2022 15:33:58 -0700 Subject: [PATCH] chore(tests) increase integration timeout Enterprise has started failing due to a timeout often with no obvious cause. Bumping to 25m. --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 1ce9ae0868..523b828f83 100644 --- a/Makefile +++ b/Makefile @@ -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