From 390cb4c2f17698bd109bf046dc1fcc71cef2818a Mon Sep 17 00:00:00 2001 From: Rob Murray Date: Wed, 15 Jan 2025 15:44:30 +0000 Subject: [PATCH] Increase integration test timeout from 5m to 10m Networking tests have been creeping towards the limit for a while, but they're reliably failing in a upcoming PR that adds a relatively slow test. Signed-off-by: Rob Murray --- hack/make/.integration-test-helpers | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hack/make/.integration-test-helpers b/hack/make/.integration-test-helpers index c1714919c1..324f9ae46a 100644 --- a/hack/make/.integration-test-helpers +++ b/hack/make/.integration-test-helpers @@ -14,7 +14,7 @@ source "${MAKEDIR}/.go-autogen" # Set defaults : "${TEST_REPEAT:=1}" -: "${TIMEOUT:=5m}" +: "${TIMEOUT:=10m}" : "${TESTFLAGS:=}" : "${TESTDEBUG:=}" : "${TESTCOVERAGE:=}"