mirror of
https://github.com/koverstreet/bcachefs-tools.git
synced 2025-12-08 00:00:12 +03:00
Deb: effectively disable timeout for the publish job
The actual runtime depends on the actual physical location where the job happens to run, and the network load at the moment. It might be very slow, it might be very fast. Let's be more understanding here.
This commit is contained in:
parent
b0a5a37e58
commit
187509df65
2
.github/workflows/deb-publish.yml
vendored
2
.github/workflows/deb-publish.yml
vendored
@ -228,7 +228,7 @@ jobs:
|
||||
echo '::endgroup::' \
|
||||
"
|
||||
- name: Create and populate repos
|
||||
timeout-minutes: 10
|
||||
timeout-minutes: 60
|
||||
shell: sudo podman exec --interactive --tty container eatmydata sh "{0}"
|
||||
run: |
|
||||
set -xe
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user