From 9d6e21939bd9cac6746e6ba8e7385b103d4a10fc Mon Sep 17 00:00:00 2001 From: Robert Burke Date: Thu, 29 Sep 2022 10:04:14 -0700 Subject: [PATCH] Increase Go Dataflow Postcommit timeout to 5h Stopgap for #23422 --- .test-infra/jenkins/job_PostCommit_Go.groovy | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.test-infra/jenkins/job_PostCommit_Go.groovy b/.test-infra/jenkins/job_PostCommit_Go.groovy index 8202cc7ccf3a..bc18493596a9 100644 --- a/.test-infra/jenkins/job_PostCommit_Go.groovy +++ b/.test-infra/jenkins/job_PostCommit_Go.groovy @@ -30,7 +30,7 @@ PostcommitJobBuilder.postCommitJob('beam_PostCommit_Go', 'Run Go PostCommit', commonJobProperties.setTopLevelMainJobProperties( delegate, 'master', - 150) + 300) // increased to 5 hours. steps { gradle {