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

amaliujia 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 492d64b  Increase Dataflow V2 validates runner timeout.
     new 7828af8  Merge pull request #13223 from tysonjh/bump-timeout-java-r2-vr
492d64b is described below

commit 492d64b3eb8c66727384e73fb1a5868ca976bf14
Author: Tyson Hamilton <[email protected]>
AuthorDate: Thu Oct 29 17:09:17 2020 +0000

    Increase Dataflow V2 validates runner timeout.
    
    The suite is failing consistently with a timeout. One successful run
    previously completed with 1 minute to spare (269min). Bumping by an
    hour.
---
 .../jenkins/job_PostCommit_Java_ValidatesRunner_Dataflow_V2.groovy      | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/.test-infra/jenkins/job_PostCommit_Java_ValidatesRunner_Dataflow_V2.groovy 
b/.test-infra/jenkins/job_PostCommit_Java_ValidatesRunner_Dataflow_V2.groovy
index 631f790..00c6048 100644
--- a/.test-infra/jenkins/job_PostCommit_Java_ValidatesRunner_Dataflow_V2.groovy
+++ b/.test-infra/jenkins/job_PostCommit_Java_ValidatesRunner_Dataflow_V2.groovy
@@ -27,7 +27,7 @@ 
PostcommitJobBuilder.postCommitJob('beam_PostCommit_Java_VR_Dataflow_V2',
 
       description('Runs Java ValidatesRunner suite on the Dataflow runner V2.')
 
-      commonJobProperties.setTopLevelMainJobProperties(delegate, 'master', 270)
+      commonJobProperties.setTopLevelMainJobProperties(delegate, 'master', 330)
 
       // Publish all test results to Jenkins
       publishers {

Reply via email to