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:42 UTC

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

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')