Skip to content
This repository has been archived by the owner on Aug 2, 2022. It is now read-only.

bios-boot-tutorial.py: nodeos needs more time on linux before it starts accepting p2p transactions #9738

Merged
merged 1 commit into from
Dec 4, 2020
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion tutorials/bios-boot-tutorial/bios-boot-tutorial.py
Original file line number Diff line number Diff line change
Expand Up @@ -289,7 +289,7 @@ def stepStartWallet():
importKeys()
def stepStartBoot():
startNode(0, {'name': 'eosio', 'pvt': args.private_key, 'pub': args.public_key})
sleep(1.5)
sleep(10.0)
def stepInstallSystemContracts():
run(args.cleos + 'set contract eosio.token ' + args.contracts_dir + '/eosio.token/')
run(args.cleos + 'set contract eosio.msig ' + args.contracts_dir + '/eosio.msig/')
Expand Down