mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-07-26 14:46:42 +00:00
Merge pull request #987 from maticnetwork/raneet10/pos-1781
CI: Increase smoke test timeout
This commit is contained in:
commit
50d4f10a8b
1 changed files with 2 additions and 2 deletions
4
.github/workflows/ci.yml
vendored
4
.github/workflows/ci.yml
vendored
|
|
@ -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()
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue