Skip to content

Commit

Permalink
Increase container-sync workflow timeout to 720 minutes
Browse files Browse the repository at this point in the history
When there is a full set of new images we often see timeouts after 6h. Increase to 12h.
  • Loading branch information
markgoddard committed Dec 19, 2023
1 parent 9a50938 commit 92e3a8d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/container-sync.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ jobs:
container-sync:
name: Sync container repositories
runs-on: [self-hosted, stackhpc-release-train]
timeout-minutes: 720
steps:
- name: Checkout
uses: actions/checkout@v3
Expand Down

0 comments on commit 92e3a8d

Please sign in to comment.