aboutsummaryrefslogtreecommitdiffstats
path: root/RPCTests
diff options
context:
space:
mode:
authorDimitry <winsvega@mail.ru>2017-03-15 05:39:10 +0800
committerDimitry <winsvega@mail.ru>2017-03-15 05:39:10 +0800
commitea91b7b4b88f9256ef52b0ae615329f1b9d072d6 (patch)
treec247b1d2c69122b1ef1ab2619dc9f9e2115aefa6 /RPCTests
parent1f8d24c34090bde1788004e1f36113ef94e013f1 (diff)
downloaddexon-tests-ea91b7b4b88f9256ef52b0ae615329f1b9d072d6.tar
dexon-tests-ea91b7b4b88f9256ef52b0ae615329f1b9d072d6.tar.gz
dexon-tests-ea91b7b4b88f9256ef52b0ae615329f1b9d072d6.tar.bz2
dexon-tests-ea91b7b4b88f9256ef52b0ae615329f1b9d072d6.tar.lz
dexon-tests-ea91b7b4b88f9256ef52b0ae615329f1b9d072d6.tar.xz
dexon-tests-ea91b7b4b88f9256ef52b0ae615329f1b9d072d6.tar.zst
dexon-tests-ea91b7b4b88f9256ef52b0ae615329f1b9d072d6.zip
node startup time
Diffstat (limited to 'RPCTests')
-rw-r--r--RPCTests/modules/ethconsole.js2
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();
});