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 2019/12/02 23:03:47 UTC

[beam] branch tvalentyn-patch-1-1 created (now eb4c765)

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

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


      at eb4c765  [BEAM-8481] Revert the increase in Postcommit timeout

This branch includes the following new commits:

     new eb4c765  [BEAM-8481] Revert the increase in 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: [BEAM-8481] Revert the increase in 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-1-1
in repository https://gitbox.apache.org/repos/asf/beam.git

commit eb4c7656bf05091ad90f04793f833dea9a9c848d
Author: tvalentyn <tv...@users.noreply.github.com>
AuthorDate: Mon Dec 2 15:03:28 2019 -0800

    [BEAM-8481] Revert the increase in Postcommit timeout
---
 .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 e4f2e17..b52994e 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', 150)
+  commonJobProperties.setTopLevelMainJobProperties(delegate, 'master', 100)
 
   publishers {
     archiveJunit('**/nosetests*.xml')