Skip to content

Commit e3ec1c4

Browse files
authored
Merge pull request #35669 from pohly/integration-race-timeout
integration-race: bump timeout from 20 to 30 minutes
2 parents 82a87d1 + 94dee86 commit e3ec1c4

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

config/jobs/kubernetes/sig-testing/integration.yaml

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)