Skip to content

Commit

Permalink
Bump timeout to 120 minutes (#29964)
Browse files Browse the repository at this point in the history
  • Loading branch information
damccorm authored Jan 9, 2024
1 parent 8fb06da commit 5e8fef4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/beam_PreCommit_Java_Kafka_IO_Direct.yml
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ jobs:
matrix:
job_name: ["beam_PreCommit_Java_Kafka_IO_Direct"]
job_phrase: ["Run Java_Kafka_IO_Direct PreCommit"]
timeout-minutes: 60
timeout-minutes: 120
if: |
github.event_name == 'push' ||
github.event_name == 'pull_request_target' ||
Expand Down Expand Up @@ -125,4 +125,4 @@ jobs:
if: always()
with:
name: Publish SpotBugs
path: '**/build/reports/spotbugs/*.html'
path: '**/build/reports/spotbugs/*.html'

0 comments on commit 5e8fef4

Please sign in to comment.