Skip to content

Commit 80f8cb0

Browse files
committed
Increase timeout for conda build step in CI to 20 minutes
1 parent 4592f11 commit 80f8cb0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release-branch.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919

2020
build_conda:
2121
runs-on: ubuntu-latest
22-
timeout-minutes: 15
22+
timeout-minutes: 20
2323
needs: ['build']
2424
continue-on-error: true
2525

0 commit comments

Comments
 (0)