Skip to content

Commit 7f3f167

Browse files
authored
Merge pull request #408 from pimlicolabs/feat/increase-workflow-timeout
increase release canary timeout
2 parents bdf11df + 4668985 commit 7f3f167

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/canary.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jobs:
88
canary:
99
name: Release canary
1010
runs-on: ubuntu-latest
11-
timeout-minutes: 5
11+
timeout-minutes: 15
1212

1313
steps:
1414
- name: Clone repository

0 commit comments

Comments
 (0)