diff options
Diffstat (limited to 'eth/test/tests/03.sh')
-rw-r--r-- | eth/test/tests/03.sh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/eth/test/tests/03.sh b/eth/test/tests/03.sh index 8c9d6565e..d7dba737f 100644 --- a/eth/test/tests/03.sh +++ b/eth/test/tests/03.sh @@ -1,10 +1,10 @@ #!/bin/bash -TIMEOUT=35 +TIMEOUT=12 cat >> $JSFILE <<EOF eth.addPeer("localhost:30311"); -sleep(30000); +sleep(10000); eth.export("$CHAIN_TEST"); EOF |