Skip to content

Commit 18d1d9f

Browse files
authored
increase timeout (#36317)
1 parent 9cd994e commit 18d1d9f

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: 160
56+
timeout-minutes: 200
5757
name: ${{ matrix.job_name }} (${{ matrix.container_task }})
5858
strategy:
5959
fail-fast: false

0 commit comments

Comments
 (0)