From c5e6c7998153f51f692033d1b52fbb3ac5781058 Mon Sep 17 00:00:00 2001 From: Raneet Debnath Date: Wed, 6 Sep 2023 08:45:05 +0530 Subject: [PATCH] ci: increase smoke test timeout --- .github/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 4ffe4bdf76..f66474d6d4 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -165,7 +165,7 @@ jobs: with: file: ./cover.out - matic-cli-tests: + e2e-tests: if: (github.event.action != 'closed' || github.event.pull_request.merged == true) strategy: matrix: @@ -239,7 +239,7 @@ jobs: cd matic-cli/devnet/code/contracts npm run truffle exec scripts/deposit.js -- --network development $(jq -r .root.tokens.MaticToken contractAddresses.json) 100000000000000000000 cd - - timeout 20m bash bor/integration-tests/smoke_test.sh + timeout 60m bash bor/integration-tests/smoke_test.sh - name: Upload logs if: always()