This is an automated email from the ASF dual-hosted git repository. tvalentyn pushed a commit to branch tvalentyn-patch-1 in repository https://gitbox.apache.org/repos/asf/beam.git
commit 67ef85a5b1a9478703aaaf0061abf10e171bda1d Author: tvalentyn <[email protected]> AuthorDate: Thu Mar 4 21:07:59 2021 -0800 Increase the timeout for ValidatesContainer suite --- .../jenkins/job_PostCommit_Python_ValidatesContainer_Dataflow.groovy | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.test-infra/jenkins/job_PostCommit_Python_ValidatesContainer_Dataflow.groovy b/.test-infra/jenkins/job_PostCommit_Python_ValidatesContainer_Dataflow.groovy index 208324e..e91f0d7 100644 --- a/.test-infra/jenkins/job_PostCommit_Python_ValidatesContainer_Dataflow.groovy +++ b/.test-infra/jenkins/job_PostCommit_Python_ValidatesContainer_Dataflow.groovy @@ -28,7 +28,7 @@ PostcommitJobBuilder.postCommitJob('beam_PostCommit_Py_ValCont', description('Runs Python ValidatesContainer suite on the Dataflow runner.') // Set common parameters. - commonJobProperties.setTopLevelMainJobProperties(delegate) + commonJobProperties.setTopLevelMainJobProperties(delegate, 'master', 180) publishers { archiveJunit('**/nosetests*.xml')
