Skip to content

Commit

Permalink
ci: increase timeout of deployment and make it verbose
Browse files Browse the repository at this point in the history
Now that it's multi-collateral, it takes longer to deploy.
  • Loading branch information
danielattilasimon committed Sep 4, 2024
1 parent 9ac8bc6 commit 0ddb055
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/testnet-deployment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,8 +59,8 @@ jobs:

- name: Run deployment tool
working-directory: ./contracts
run: ./deploy liquity-testnet --verify
timeout-minutes: 5
run: ./deploy liquity-testnet --debug --verify
timeout-minutes: 10
env:
DEPLOYER: ${{ secrets.DEPLOYER }}

Expand Down

0 comments on commit 0ddb055

Please sign in to comment.