Skip to content

Commit

Permalink
Increase the timeout on CI (#3436)
Browse files Browse the repository at this point in the history
  • Loading branch information
romac committed Jul 14, 2023
1 parent 9de7224 commit 93c81b4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/integration.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ concurrency:
jobs:
integration-test:
runs-on: ubuntu-20.04
timeout-minutes: 60
timeout-minutes: 180
strategy:
fail-fast: false
matrix:
Expand Down Expand Up @@ -108,7 +108,7 @@ jobs:
ACCOUNT_PREFIXES: ${{ matrix.chain.account_prefix }}
with:
max_attempts: 2
timeout_minutes: 60
timeout_minutes: 90
command: |
nix shell .#python .#${{ matrix.chain.package }} -c cargo \
test -p ibc-integration-test --no-fail-fast -- \
Expand Down

0 comments on commit 93c81b4

Please sign in to comment.