This is an automated email from the ASF dual-hosted git repository.
ibzib 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 f05bcfe Increase timeout for Dataflow Streaming VR
new 3769d75 Merge pull request #16040 from kileys/BEAM-13238-timeout
f05bcfe is described below
commit f05bcfe9be1815bd063cc19bb5fd16ca36b30688
Author: kileys <[email protected]>
AuthorDate: Mon Nov 22 19:24:58 2021 +0000
Increase timeout for Dataflow Streaming VR
---
.../job_PostCommit_Java_ValidatesRunner_Dataflow_Streaming.groovy | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git
a/.test-infra/jenkins/job_PostCommit_Java_ValidatesRunner_Dataflow_Streaming.groovy
b/.test-infra/jenkins/job_PostCommit_Java_ValidatesRunner_Dataflow_Streaming.groovy
index 2735db9..8a5afb3 100644
---
a/.test-infra/jenkins/job_PostCommit_Java_ValidatesRunner_Dataflow_Streaming.groovy
+++
b/.test-infra/jenkins/job_PostCommit_Java_ValidatesRunner_Dataflow_Streaming.groovy
@@ -27,7 +27,7 @@
PostcommitJobBuilder.postCommitJob('beam_PostCommit_Java_ValidatesRunner_Dataflo
description('Runs the ValidatesRunner suite on the Dataflow runner
forcing streaming mode.')
- commonJobProperties.setTopLevelMainJobProperties(delegate, 'master', 480)
+ commonJobProperties.setTopLevelMainJobProperties(delegate, 'master', 540)
// Publish all test results to Jenkins
publishers {