You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@beam.apache.org by pa...@apache.org on 2019/10/28 18:41:51 UTC

[beam] branch pabloem-patch-1 created (now 1745a17)

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

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


      at 1745a17  Increasing timeout due to still constant timeouts.

This branch includes the following new commits:

     new 1745a17  Increasing timeout due to still constant timeouts.

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: Increasing timeout due to still constant timeouts.

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

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

commit 1745a172805d7cf9dbe3544499b9eb34b0a89d6d
Author: Pablo <pa...@users.noreply.github.com>
AuthorDate: Mon Oct 28 11:41:40 2019 -0700

    Increasing timeout due to still constant timeouts.
---
 .test-infra/jenkins/job_PostCommit_Python37.groovy | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.test-infra/jenkins/job_PostCommit_Python37.groovy b/.test-infra/jenkins/job_PostCommit_Python37.groovy
index faa5683..e4f2e17 100644
--- a/.test-infra/jenkins/job_PostCommit_Python37.groovy
+++ b/.test-infra/jenkins/job_PostCommit_Python37.groovy
@@ -27,7 +27,7 @@ PostcommitJobBuilder.postCommitJob('beam_PostCommit_Python37', 'Run Python 3.7 P
   previousNames('/beam_PostCommit_Python3_Verify/')
 
   // Set common parameters.
-  commonJobProperties.setTopLevelMainJobProperties(delegate, 'master', 120)
+  commonJobProperties.setTopLevelMainJobProperties(delegate, 'master', 150)
 
   publishers {
     archiveJunit('**/nosetests*.xml')