Skip to content

Commit 0632a37

Browse files
committed
GH-1107: Increase publish job timeout
We have many artifacts and need `sleep 1` per upload. So 5min timeout is too short.
1 parent d952ed4 commit 0632a37

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
publish:
3333
name: Publish
3434
runs-on: ubuntu-latest
35-
timeout-minutes: 5
35+
timeout-minutes: 30
3636
steps:
3737
- name: Download RC contents
3838
run: |

0 commit comments

Comments
 (0)