Merge pull request #987 from maticnetwork/raneet10/pos-1781

CI: Increase smoke test timeout
This commit is contained in:
Raneet Debnath 2023-09-06 15:03:57 +05:30 committed by GitHub
commit 50d4f10a8b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -165,7 +165,7 @@ jobs:
with: with:
file: ./cover.out file: ./cover.out
matic-cli-tests: e2e-tests:
if: (github.event.action != 'closed' || github.event.pull_request.merged == true) if: (github.event.action != 'closed' || github.event.pull_request.merged == true)
strategy: strategy:
matrix: matrix:
@ -239,7 +239,7 @@ jobs:
cd matic-cli/devnet/code/contracts cd matic-cli/devnet/code/contracts
npm run truffle exec scripts/deposit.js -- --network development $(jq -r .root.tokens.MaticToken contractAddresses.json) 100000000000000000000 npm run truffle exec scripts/deposit.js -- --network development $(jq -r .root.tokens.MaticToken contractAddresses.json) 100000000000000000000
cd - cd -
timeout 20m bash bor/integration-tests/smoke_test.sh timeout 60m bash bor/integration-tests/smoke_test.sh
- name: Upload logs - name: Upload logs
if: always() if: always()