From c24df328e45fe9456fe24e12fc331b2dd0d6d970 Mon Sep 17 00:00:00 2001 From: Mark Liu Date: Thu, 3 Oct 2019 11:43:10 -0700 Subject: [PATCH] [BEAM-8346] Increase timeout of beam_PostRelease_Python_Candidate to 6hours Fix timeout failure like https://builds.apache.org/job/beam_PostRelease_Python_Candidate/167/. See details in https://issues.apache.org/jira/browse/BEAM-8346. +R: @yifanzou --- .test-infra/jenkins/job_ReleaseCandidate_Python.groovy | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.test-infra/jenkins/job_ReleaseCandidate_Python.groovy b/.test-infra/jenkins/job_ReleaseCandidate_Python.groovy index 4df59b146e642..2b7daaeca7951 100644 --- a/.test-infra/jenkins/job_ReleaseCandidate_Python.groovy +++ b/.test-infra/jenkins/job_ReleaseCandidate_Python.groovy @@ -22,7 +22,7 @@ job('beam_PostRelease_Python_Candidate') { description('Runs verification of the Python release candidate.') // Set common parameters. - commonJobProperties.setTopLevelMainJobProperties(delegate) + commonJobProperties.setTopLevelMainJobProperties(delegate, 'master', 360) // Allows triggering this build against pull requests. commonJobProperties.enablePhraseTriggeringFromPullRequest(