Skip to content

Commit 70f9aaf

Browse files
committed
integration testing: update timeout, II
When race detection is enabled, the additional overhead causes some packages to time out (in particular test/integration/scheduler_perf). 15 minutes still wasn't long enough, let's try with 20 minutes.
1 parent a4bd391 commit 70f9aaf

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
@@ -93,7 +93,7 @@ presubmits:
9393
- runner.sh
9494
env:
9595
- name: KUBE_TIMEOUT
96-
value: "-timeout=15m"
96+
value: "-timeout=20m"
9797
- name: KUBE_RACE
9898
value: "-race"
9999
args:
@@ -246,7 +246,7 @@ periodics:
246246
- name: SHORT
247247
value: --short=false
248248
- name: KUBE_TIMEOUT
249-
value: "-timeout=15m"
249+
value: "-timeout=20m"
250250
- name: KUBE_RACE
251251
value: "-race"
252252
# docker-in-docker needs privileged mode

0 commit comments

Comments
 (0)