From 859ff3a709ee542cbabefe30504733b71b5e9e8f Mon Sep 17 00:00:00 2001 From: Isaac Hollander McCreery Date: Thu, 14 Jan 2016 09:49:41 -0800 Subject: [PATCH] Up timeout of gce-reboot Jenkins job --- hack/jenkins/job-configs/kubernetes-e2e.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hack/jenkins/job-configs/kubernetes-e2e.yaml b/hack/jenkins/job-configs/kubernetes-e2e.yaml index 0743611be86..9790f75989e 100644 --- a/hack/jenkins/job-configs/kubernetes-e2e.yaml +++ b/hack/jenkins/job-configs/kubernetes-e2e.yaml @@ -52,7 +52,7 @@ timeout: 90 - 'gce-reboot': description: 'Run E2E reboot tests on GCE using the latest successful build. The reboot tests are currently flaky and causing other tests to fail, so we quarantine them into this project and dedicated test cluster.' - timeout: 90 + timeout: 300 - 'gce-scalability': description: 'Run scalability E2E tests on GCE using the latest successful build.' timeout: 210