From d63193ad35f915ded00ceb949fa4a8e0d3b9fdfa Mon Sep 17 00:00:00 2001 From: Tom Wieczorek Date: Mon, 11 Sep 2023 16:41:41 +0200 Subject: [PATCH] Increase NLLB inttest timeout to 12 min Kubernetes 1.28 apparently takes 15% longer in the NLLB inttest, pushing it over the timeout threshold. Increase the timeout by 20% from 10 to 12 minutes. Signed-off-by: Tom Wieczorek --- inttest/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/inttest/Makefile b/inttest/Makefile index 16da206d93bd..8928df03a93b 100644 --- a/inttest/Makefile +++ b/inttest/Makefile @@ -109,7 +109,7 @@ check-network-conformance-calico: TIMEOUT=15m check-network-conformance-calico: export K0S_NETWORK_CONFORMANCE_CNI=calico check-network-conformance-calico: TEST_PACKAGE=network-conformance -check-nllb: TIMEOUT=10m +check-nllb: TIMEOUT=15m .PHONY: $(smoketests) include Makefile.variables