From 187509df652fcead3030e9b748b55477fb120b71 Mon Sep 17 00:00:00 2001 From: Roman Lebedev Date: Tue, 14 Oct 2025 02:13:17 +0300 Subject: [PATCH] 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. --- .github/workflows/deb-publish.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/deb-publish.yml b/.github/workflows/deb-publish.yml index bc01f1b2..5ccfb915 100644 --- a/.github/workflows/deb-publish.yml +++ b/.github/workflows/deb-publish.yml @@ -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