ci: increase smoke test timeout

This commit is contained in:
Raneet Debnath 2023-09-06 08:45:05 +05:30
parent 530a2331bf
commit c5e6c79981
No known key found for this signature in database
GPG key ID: C232FD2D870BCD3D

View file

@ -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()