Skip to content

Commit

Permalink
Increase Python PostCommit timeout. (#23595)
Browse files Browse the repository at this point in the history
  • Loading branch information
tvalentyn authored Oct 12, 2022
1 parent 6adecd4 commit 786ba8b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .test-infra/jenkins/job_PostCommit_Python.groovy
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ ALL_SUPPORTED_VERSIONS.each { pythonVersion ->
description('Runs Python postcommit tests using Python ${pythonVersion}.')

// Set common parameters.
commonJobProperties.setTopLevelMainJobProperties(delegate, 'master', 240)
commonJobProperties.setTopLevelMainJobProperties(delegate, 'master', 360)

publishers {
archiveJunit('**/pytest*.xml')
Expand Down

0 comments on commit 786ba8b

Please sign in to comment.