Skip to content

Commit c4f334d

Browse files
Merge pull request #4173 from juanluisvaladas/increase-timeouts
Increase the default timeout to 6 minutes
2 parents 1059dfe + e2b6eb3 commit c4f334d

File tree

1 file changed

+1
-11
lines changed

1 file changed

+1
-11
lines changed

inttest/Makefile

+1-11
Original file line numberDiff line numberDiff line change
@@ -66,18 +66,9 @@ check-conformance: bin/sonobuoy
6666
get-conformance-results: bin/sonobuoy
6767
$(realpath bin/sonobuoy) retrieve
6868

69-
TIMEOUT ?= 4m
69+
TIMEOUT ?= 6m
7070

7171
check-ctr: TIMEOUT=10m
72-
check-byocri: TIMEOUT=5m
73-
# readiness check for metric tests takes between around 5 and 6 minutes.
74-
check-metrics: TIMEOUT=6m
75-
check-metricsscraper: TIMEOUT=6m
76-
77-
check-calico: TIMEOUT=6m
78-
79-
# Establishing konnectivity tunnels with the LB in place takes a while, thus a bit longer timeout for the smoke
80-
check-customports: TIMEOUT=6m
8172

8273
# Config change smoke runs actually many cases hence a bit longer timeout
8374
check-configchange: TIMEOUT=8m
@@ -88,7 +79,6 @@ check-backup: TIMEOUT=10m
8879
# Autopilot 3x3 HA test can take a while to run
8980
check-ap-ha3x3: K0S_UPDATE_FROM_BIN ?= ../k0s
9081
check-ap-ha3x3: K0S_UPDATE_FROM_PATH ?= $(realpath $(K0S_UPDATE_FROM_BIN))
91-
check-ap-ha3x3: TIMEOUT=6m
9282

9383
check-customports-dynamicconfig: export K0S_ENABLE_DYNAMIC_CONFIG=true
9484
check-customports-dynamicconfig: TEST_PACKAGE=customports

0 commit comments

Comments
 (0)