Skip to content

Commit

Permalink
Increase archive timeout to 60 minutes from 50 minutes
Browse files Browse the repository at this point in the history
  • Loading branch information
jeanpaulrsoucy committed May 20, 2023
1 parent 1326c41 commit 5b470de
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ccodwg-archive-prod.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ jobs:
run-update:
runs-on: ubuntu-latest
name: Run CCODWG archival tool (prod)
timeout-minutes: 50
timeout-minutes: 60
steps:
- name: Checkout
uses: actions/checkout@v3
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ccodwg-archive-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ jobs:
run-update:
runs-on: ubuntu-latest
name: Run CCODWG archival tool (test)
timeout-minutes: 50
timeout-minutes: 60
steps:
- name: Checkout
uses: actions/checkout@v3
Expand Down

0 comments on commit 5b470de

Please sign in to comment.