Skip to content

Commit

Permalink
Wait for longer on docker creation and trigger (#7302)
Browse files Browse the repository at this point in the history
  • Loading branch information
kamilchodola authored Aug 5, 2024
1 parent 7bb7e49 commit cc392eb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/hive-consensus-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -98,9 +98,9 @@ jobs:
env:
GITHUB_TOKEN: ${{ steps.gh-app.outputs.token }}
WORKFLOW_ID: 'publish-docker.yml'
MAX_WAIT_MINUTES: '5'
MAX_WAIT_MINUTES: '20'
INTERVAL: '5'
TIMEOUT: '10'
TIMEOUT: '20'
ORG_NAME: ${{ env.ORG_NAME }}
REPO_NAME: ${{ env.REPO_NAME }}
REF: ${{ github.ref }}
Expand Down

0 comments on commit cc392eb

Please sign in to comment.