Skip to content

Commit e4f8c92

Browse files
authored
GH-1107: Increase publish job timeout (#1108)
## What's Changed We have many artifacts and need `sleep 1` per upload. So 5min timeout is too short. Closes #1107.
1 parent d952ed4 commit e4f8c92

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)