Skip to content

Commit

Permalink
Increase Go Dataflow Postcommit timeout to 5h (#23423)
Browse files Browse the repository at this point in the history
Stopgap for #23422
  • Loading branch information
lostluck authored Sep 29, 2022
1 parent 8699d32 commit 028c564
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .test-infra/jenkins/job_PostCommit_Go.groovy
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ PostcommitJobBuilder.postCommitJob('beam_PostCommit_Go', 'Run Go PostCommit',
commonJobProperties.setTopLevelMainJobProperties(
delegate,
'master',
150)
300) // increased to 5 hours.

steps {
gradle {
Expand Down

0 comments on commit 028c564

Please sign in to comment.