Skip to content

Commit

Permalink
fix: wait-for-epoch 24h timeout
Browse files Browse the repository at this point in the history
  • Loading branch information
rsporny committed Oct 23, 2024
1 parent 1203181 commit e8686ae
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -263,6 +263,7 @@ jobs:
contents: read
needs: partner-chain-ready
runs-on: eks
timeout-minutes: 1440
steps:
- name: Checkout
uses: actions/checkout@v4
Expand Down Expand Up @@ -323,6 +324,7 @@ jobs:
contents: read
needs: wait-for-n1-epoch
runs-on: eks
timeout-minutes: 1440
steps:
- name: Checkout
uses: actions/checkout@v4
Expand Down

0 comments on commit e8686ae

Please sign in to comment.