You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@beam.apache.org by tv...@apache.org on 2022/10/12 06:11:41 UTC

[beam] branch tvalentyn-patch-3 created (now 73e13d0c9ea)

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

tvalentyn pushed a change to branch tvalentyn-patch-3
in repository https://gitbox.apache.org/repos/asf/beam.git


      at 73e13d0c9ea Increase Python PostCommit timeout.

This branch includes the following new commits:

     new 73e13d0c9ea Increase Python PostCommit timeout.

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.



[beam] 01/01: Increase Python PostCommit timeout.

Posted by tv...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

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

commit 73e13d0c9eaf7ff10d4658982a825bbeaf31d45b
Author: tvalentyn <tv...@users.noreply.github.com>
AuthorDate: Tue Oct 11 23:11:30 2022 -0700

    Increase Python PostCommit timeout.
---
 .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 24260fd9ef3..ba9a40f4d61 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', 240)
+        commonJobProperties.setTopLevelMainJobProperties(delegate, 'master', 360)
 
         publishers {
           archiveJunit('**/pytest*.xml')