mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-08-12 15:03:45 +00:00
chg: increase timeout
This commit is contained in:
parent
dfa051483f
commit
b2a453b115
1 changed files with 1 additions and 1 deletions
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
|
|
@ -154,7 +154,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 10m bash bor/integration-tests/smoke_test.sh
|
timeout 20m bash bor/integration-tests/smoke_test.sh
|
||||||
|
|
||||||
- name: Upload logs
|
- name: Upload logs
|
||||||
if: always()
|
if: always()
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue