This is an automated email from the ASF dual-hosted git repository.
pabloem 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 9a9f045 Reduce Java Examples Dataflow Precommit timeout
new 97093f4 Merge pull request #10131 from Ardagan/LowerExamplesTimeout
9a9f045 is described below
commit 9a9f045a3e70db8f01ecc9f7fefbf51efd99168e
Author: Mikhail Gryzykhin <[email protected]>
AuthorDate: Fri Nov 15 13:11:08 2019 -0800
Reduce Java Examples Dataflow Precommit timeout
---
.test-infra/jenkins/job_PreCommit_Java_Examples_Dataflow.groovy | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/.test-infra/jenkins/job_PreCommit_Java_Examples_Dataflow.groovy
b/.test-infra/jenkins/job_PreCommit_Java_Examples_Dataflow.groovy
index 7855085..e4c17ca 100644
--- a/.test-infra/jenkins/job_PreCommit_Java_Examples_Dataflow.groovy
+++ b/.test-infra/jenkins/job_PreCommit_Java_Examples_Dataflow.groovy
@@ -30,7 +30,8 @@ PrecommitJobBuilder builder = new PrecommitJobBuilder(
'^examples/java/.*$',
'^examples/kotlin/.*$',
'^release/.*$',
- ]
+ ],
+ timeoutMins: 30,
)
builder.build {
publishers {