Skip to content

Commit bb340c2

Browse files
authored
further increase timeout (#36329)
1 parent 292484f commit bb340c2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/beam_Publish_Beam_SDK_Snapshots.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ jobs:
5353
github.event_name == 'workflow_dispatch' ||
5454
(github.event_name == 'schedule' && github.repository == 'apache/beam')
5555
runs-on: ubuntu-22.04
56-
timeout-minutes: 200
56+
timeout-minutes: 300
5757
name: ${{ matrix.job_name }} (${{ matrix.container_task }})
5858
strategy:
5959
fail-fast: false

0 commit comments

Comments
 (0)