You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@beam.apache.org by bh...@apache.org on 2022/08/10 20:27:26 UTC

[beam] branch master updated: Change Python PostCommits timeout (#22655)

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

bhulette 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 80aec231f6c Change Python PostCommits timeout (#22655)
80aec231f6c is described below

commit 80aec231f6c96c45ec9bcfa47ce3eef3bcc8288d
Author: Andy Ye <an...@gmail.com>
AuthorDate: Wed Aug 10 15:27:20 2022 -0500

    Change Python PostCommits timeout (#22655)
---
 .test-infra/jenkins/job_PostCommit_Python.groovy | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.test-infra/jenkins/job_PostCommit_Python.groovy b/.test-infra/jenkins/job_PostCommit_Python.groovy
index 9785e7c7384..24260fd9ef3 100644
--- a/.test-infra/jenkins/job_PostCommit_Python.groovy
+++ b/.test-infra/jenkins/job_PostCommit_Python.groovy
@@ -30,7 +30,7 @@ ALL_SUPPORTED_VERSIONS.each { pythonVersion ->
         description('Runs Python postcommit tests using Python ${pythonVersion}.')
 
         // Set common parameters.
-        commonJobProperties.setTopLevelMainJobProperties(delegate, 'master', 180)
+        commonJobProperties.setTopLevelMainJobProperties(delegate, 'master', 240)
 
         publishers {
           archiveJunit('**/pytest*.xml')