Skip to content

Commit

Permalink
Merge pull request #4173 from juanluisvaladas/increase-timeouts
Browse files Browse the repository at this point in the history
Increase the default timeout to 6 minutes
  • Loading branch information
juanluisvaladas authored Mar 14, 2024
2 parents 1059dfe + e2b6eb3 commit c4f334d
Showing 1 changed file with 1 addition and 11 deletions.
12 changes: 1 addition & 11 deletions inttest/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -66,18 +66,9 @@ check-conformance: bin/sonobuoy
get-conformance-results: bin/sonobuoy
$(realpath bin/sonobuoy) retrieve

TIMEOUT ?= 4m
TIMEOUT ?= 6m

check-ctr: TIMEOUT=10m
check-byocri: TIMEOUT=5m
# readiness check for metric tests takes between around 5 and 6 minutes.
check-metrics: TIMEOUT=6m
check-metricsscraper: TIMEOUT=6m

check-calico: TIMEOUT=6m

# Establishing konnectivity tunnels with the LB in place takes a while, thus a bit longer timeout for the smoke
check-customports: TIMEOUT=6m

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

check-customports-dynamicconfig: export K0S_ENABLE_DYNAMIC_CONFIG=true
check-customports-dynamicconfig: TEST_PACKAGE=customports
Expand Down

0 comments on commit c4f334d

Please sign in to comment.