From 915ddb2b2be87e06b640449bc48537f7a3572978 Mon Sep 17 00:00:00 2001 From: Alex Browne Date: Mon, 11 Jun 2018 17:26:10 -0700 Subject: Increase delay when sending transactions during devnet startup --- packages/devnet/run.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'packages') diff --git a/packages/devnet/run.sh b/packages/devnet/run.sh index d5c67303f..bd395b4eb 100755 --- a/packages/devnet/run.sh +++ b/packages/devnet/run.sh @@ -35,9 +35,9 @@ sleep 10 # to break when there are fewer than 3 blocks in the chain. (We have no idea # why, but it was consistently reproducible). /geth --datadir node0/ attach --exec 'eth.sendTransaction({"from": "0x5409ED021D9299bf6814279A6A1411A7e866A631", "to": "0x84bd1cfa409cb0bb9b23b8b1a33515b4ac00a0af", "value": "0x1"})' -sleep 2 +sleep 3 /geth --datadir node0/ attach --exec 'eth.sendTransaction({"from": "0x5409ED021D9299bf6814279A6A1411A7e866A631", "to": "0x84bd1cfa409cb0bb9b23b8b1a33515b4ac00a0af", "value": "0x1"})' -sleep 2 +sleep 3 /geth --datadir node0/ attach --exec 'eth.sendTransaction({"from": "0x5409ED021D9299bf6814279A6A1411A7e866A631", "to": "0x84bd1cfa409cb0bb9b23b8b1a33515b4ac00a0af", "value": "0x1"})' # Use tail to re-attach to the log file and actually see the output. -- cgit v1.2.3