minor changes in integration tests

This commit is contained in:
zelig
2015-01-09 05:04:32 +00:00
parent 3bdf28c1fe
commit 69dfca2feb
3 changed files with 8 additions and 8 deletions

View File

@@ -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