Skip to content

Commit 3b8506e

Browse files
authored
Merge pull request #35411 from pohly/integration-race-timeout
integration testing: update timeout, II
2 parents 23c9e17 + 70f9aaf commit 3b8506e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ presubmits:
9292
- runner.sh
9393
env:
9494
- name: KUBE_TIMEOUT
95-
value: "-timeout=15m"
95+
value: "-timeout=20m"
9696
- name: KUBE_RACE
9797
value: "-race"
9898
args:
@@ -245,7 +245,7 @@ periodics:
245245
- name: SHORT
246246
value: --short=false
247247
- name: KUBE_TIMEOUT
248-
value: "-timeout=15m"
248+
value: "-timeout=20m"
249249
- name: KUBE_RACE
250250
value: "-race"
251251
# docker-in-docker needs privileged mode

0 commit comments

Comments
 (0)