File tree Expand file tree Collapse file tree 1 file changed +6
-2
lines changed
config/jobs/kubernetes/sig-testing Expand file tree Collapse file tree 1 file changed +6
-2
lines changed Original file line number Diff line number Diff line change @@ -73,6 +73,8 @@ presubmits:
7373 always_run : false # Has known failures.
7474 optional : true
7575 decorate : true
76+ decoration_config :
77+ timeout : 90m
7678 skip_branches :
7779 - release-\d+.\d+ # per-release job
7880 annotations :
@@ -92,7 +94,7 @@ presubmits:
9294 - runner.sh
9395 env :
9496 - name : KUBE_TIMEOUT
95- value : " -timeout=20m "
97+ value : " -timeout=30m "
9698 - name : KUBE_RACE
9799 value : " -race"
98100 args :
@@ -219,6 +221,8 @@ periodics:
219221 cluster : k8s-infra-prow-build
220222 name : ci-kubernetes-integration-race-master
221223 decorate : true
224+ decoration_config :
225+ timeout : 90m
222226 extra_refs :
223227 - org : kubernetes
224228 repo : kubernetes
@@ -245,7 +249,7 @@ periodics:
245249 - name : SHORT
246250 value : --short=false
247251 - name : KUBE_TIMEOUT
248- value : " -timeout=20m "
252+ value : " -timeout=30m "
249253 - name : KUBE_RACE
250254 value : " -race"
251255 # docker-in-docker needs privileged mode
You can’t perform that action at this time.
0 commit comments