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:25:22 UTC

[beam] branch master updated: Increase Go Dataflow Postcommit timeout to 5h (#23423)

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

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


The following commit(s) were added to refs/heads/master by this push:
     new 028c564b8ae Increase Go Dataflow Postcommit timeout to 5h (#23423)
028c564b8ae is described below

commit 028c564b8ae1ba1ffa6aadb8212ec03555dd63b6
Author: Robert Burke <lo...@users.noreply.github.com>
AuthorDate: Thu Sep 29 10:25:15 2022 -0700

    Increase Go Dataflow Postcommit timeout to 5h (#23423)
    
    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 {