From 6c3a2f7382512cf0a9a71307d20fe8cf53984582 Mon Sep 17 00:00:00 2001 From: Alex-Welsh Date: Thu, 5 Sep 2024 12:03:26 +0100 Subject: [PATCH] Revert "Increase package sync timeout" Increasing the timeout did not help syncs This reverts commit 7f4ebcf4f50531b89f6fc966dce3aa7663979c01. --- .github/workflows/package-sync.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/package-sync.yml b/.github/workflows/package-sync.yml index a6d05c44..4e7f2f9c 100644 --- a/.github/workflows/package-sync.yml +++ b/.github/workflows/package-sync.yml @@ -40,7 +40,7 @@ jobs: package-sync-ark: name: Sync package repositories in Ark runs-on: arc-release-train-runner - timeout-minutes: 720 + timeout-minutes: 480 if: inputs.sync_ark steps: @@ -56,7 +56,7 @@ jobs: - name: Sync and publish package repositories in Ark uses: nick-fields/retry@v3 with: - timeout_minutes: 480 + timeout_minutes: 360 max_attempts: 2 command: | ansible-playbook -i ansible/inventory \ @@ -75,7 +75,7 @@ jobs: name: Sync package repositories in test runs-on: arc-release-train-runner needs: package-sync-ark - timeout-minutes: 720 + timeout-minutes: 480 if: inputs.sync_test steps: - name: Checkout @@ -90,7 +90,7 @@ jobs: - name: Sync and publish package repositories in test uses: nick-fields/retry@v3 with: - timeout_minutes: 480 + timeout_minutes: 360 max_attempts: 2 command: | ansible-playbook -i ansible/inventory \