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:
Roman Lebedev 2025-10-14 02:13:17 +03:00
parent b0a5a37e58
commit 187509df65
No known key found for this signature in database
GPG Key ID: 083C3EBB4A1689E0

View File

@ -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