Skip to content

Commit

Permalink
Merge pull request #987 from maticnetwork/raneet10/pos-1781
Browse files Browse the repository at this point in the history
CI: Increase smoke test timeout
  • Loading branch information
Raneet10 authored Sep 6, 2023
2 parents 530a233 + c5e6c79 commit 50d4f10
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down Expand Up @@ -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()
Expand Down

0 comments on commit 50d4f10

Please sign in to comment.