File tree 1 file changed +1
-11
lines changed
1 file changed +1
-11
lines changed Original file line number Diff line number Diff line change @@ -66,18 +66,9 @@ check-conformance: bin/sonobuoy
66
66
get-conformance-results : bin/sonobuoy
67
67
$(realpath bin/sonobuoy) retrieve
68
68
69
- TIMEOUT ?= 4m
69
+ TIMEOUT ?= 6m
70
70
71
71
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
81
72
82
73
# Config change smoke runs actually many cases hence a bit longer timeout
83
74
check-configchange : TIMEOUT=8m
@@ -88,7 +79,6 @@ check-backup: TIMEOUT=10m
88
79
# Autopilot 3x3 HA test can take a while to run
89
80
check-ap-ha3x3 : K0S_UPDATE_FROM_BIN ?= ../k0s
90
81
check-ap-ha3x3 : K0S_UPDATE_FROM_PATH ?= $(realpath $(K0S_UPDATE_FROM_BIN ) )
91
- check-ap-ha3x3 : TIMEOUT=6m
92
82
93
83
check-customports-dynamicconfig : export K0S_ENABLE_DYNAMIC_CONFIG=true
94
84
check-customports-dynamicconfig : TEST_PACKAGE=customports
You can’t perform that action at this time.
0 commit comments