aboutsummaryrefslogtreecommitdiffstats
path: root/RPCTests/modules
diff options
context:
space:
mode:
Diffstat (limited to 'RPCTests/modules')
-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 de6cae5af..9d8baa91c 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(6000).then(() => {
+ utils.sleep(10000).then(() => {
utils.cLog("Node Started");
finished();
});