Skip to content

Commit ec3b783

Browse files
committed
ci: increase timeout for backend release
This should only be necessary with no cache. As soon as we stop building rattler-build from source we should put it back to 40 minutes
1 parent c779942 commit ec3b783

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/backends-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ concurrency:
2626
jobs:
2727
build:
2828
if: ${{ github.ref == 'refs/heads/main' || contains(github.event.pull_request.labels.*.name, 'release:backends')}}
29-
timeout-minutes: 40
29+
timeout-minutes: 80
3030
permissions:
3131
id-token: write
3232
contents: read

0 commit comments

Comments
 (0)