This is an automated email from the ASF dual-hosted git repository.
yhu 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 148730e4ac5 Bump timeout for beam_PostCommit_Python_Examples_Dataflow
to 3h (#25092)
148730e4ac5 is described below
commit 148730e4ac5f22f7001c3599e405826df9b89000
Author: Yi Hu <[email protected]>
AuthorDate: Thu Jan 19 15:29:35 2023 -0500
Bump timeout for beam_PostCommit_Python_Examples_Dataflow to 3h (#25092)
---
.test-infra/jenkins/job_PostCommit_Python_Examples_Dataflow.groovy | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/.test-infra/jenkins/job_PostCommit_Python_Examples_Dataflow.groovy
b/.test-infra/jenkins/job_PostCommit_Python_Examples_Dataflow.groovy
index 402402504c9..3d2021f53b1 100644
--- a/.test-infra/jenkins/job_PostCommit_Python_Examples_Dataflow.groovy
+++ b/.test-infra/jenkins/job_PostCommit_Python_Examples_Dataflow.groovy
@@ -25,7 +25,7 @@
PostcommitJobBuilder.postCommitJob('beam_PostCommit_Python_Examples_Dataflow',
description('Runs the Python Examples with DataflowRunner')
- commonJobProperties.setTopLevelMainJobProperties(delegate, 'master', 120)
+ commonJobProperties.setTopLevelMainJobProperties(delegate, 'master', 180)
// Publish all test results to Jenkins
publishers {