This is an automated email from the ASF dual-hosted git repository. damccorm pushed a commit to branch users/damccorm/kafkaTimeout in repository https://gitbox.apache.org/repos/asf/beam.git
commit d61dae691e816e014fe96e2b68bd1bab3aa18a27 Author: Danny McCormick <[email protected]> AuthorDate: Tue Jan 9 14:44:22 2024 -0500 Bump timeout to 120 minutes --- .github/workflows/beam_PreCommit_Java_Kafka_IO_Direct.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/beam_PreCommit_Java_Kafka_IO_Direct.yml b/.github/workflows/beam_PreCommit_Java_Kafka_IO_Direct.yml index ac63a39380b..bbf4a0f5c8f 100644 --- a/.github/workflows/beam_PreCommit_Java_Kafka_IO_Direct.yml +++ b/.github/workflows/beam_PreCommit_Java_Kafka_IO_Direct.yml @@ -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' || @@ -125,4 +125,4 @@ jobs: if: always() with: name: Publish SpotBugs - path: '**/build/reports/spotbugs/*.html' \ No newline at end of file + path: '**/build/reports/spotbugs/*.html'
