From d64b2bdb4e3cc1c8d5c393fc460ae58cac657e74 Mon Sep 17 00:00:00 2001 From: Romain Ruetschi Date: Tue, 20 Jun 2023 11:33:13 +0200 Subject: [PATCH] Increase the timeout on CI --- .github/workflows/integration.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/integration.yaml b/.github/workflows/integration.yaml index a406e640bb..341284c4b3 100644 --- a/.github/workflows/integration.yaml +++ b/.github/workflows/integration.yaml @@ -40,7 +40,7 @@ concurrency: jobs: integration-test: runs-on: ubuntu-20.04 - timeout-minutes: 60 + timeout-minutes: 180 strategy: fail-fast: false matrix: @@ -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 -- \