Skip to content

Commit

Permalink
Merge pull request #300 from stackhpc/sync-timeout
Browse files Browse the repository at this point in the history
Increase package sync timeout
  • Loading branch information
Alex-Welsh authored Mar 15, 2024
2 parents cf737a4 + 803f77a commit 83facd3
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/package-sync.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@ jobs:
package-sync-ark:
name: Sync package repositories in Ark
runs-on: ubuntu-latest
timeout-minutes: 480
if: inputs.sync_ark
steps:

Expand Down Expand Up @@ -71,6 +72,7 @@ jobs:
name: Sync package repositories in test
runs-on: arc-release-train-runner
needs: package-sync-ark
timeout-minutes: 480
if: inputs.sync_test
steps:
- name: Checkout
Expand Down

0 comments on commit 83facd3

Please sign in to comment.