diff options
Diffstat (limited to 'RPCTests')
-rw-r--r-- | RPCTests/modules/ethconsole.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/RPCTests/modules/ethconsole.js b/RPCTests/modules/ethconsole.js index 9d8baa91c..d990bcf38 100644 --- a/RPCTests/modules/ethconsole.js +++ b/RPCTests/modules/ethconsole.js @@ -31,7 +31,7 @@ startNode: function startNode (nodeExec, dataDir, genesisPath, listeningPort, fi }) nodes[dataDir] = node; - utils.sleep(10000).then(() => { + utils.sleep(14000).then(() => { utils.cLog("Node Started"); finished(); }); |