You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@beam.apache.org by lo...@apache.org on 2022/09/29 17:04:23 UTC

[beam] 01/01: Increase Go Dataflow Postcommit timeout to 5h

This is an automated email from the ASF dual-hosted git repository.

lostluck pushed a commit to branch lostluck-patch-2
in repository https://gitbox.apache.org/repos/asf/beam.git

commit 9d6e21939bd9cac6746e6ba8e7385b103d4a10fc
Author: Robert Burke <lo...@users.noreply.github.com>
AuthorDate: Thu Sep 29 10:04:14 2022 -0700

    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 8202cc7ccf3..bc18493596a 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 {