aboutsummaryrefslogtreecommitdiffstats
path: root/eth/test/tests/03.sh
diff options
context:
space:
mode:
authorzelig <viktor.tron@gmail.com>2015-01-09 13:04:32 +0800
committerzelig <viktor.tron@gmail.com>2015-01-09 13:04:32 +0800
commit69dfca2feb5c94f7a28a0b24c28181b6da4b9da3 (patch)
treec60525de6badb0306814e7393b263645eeaab332 /eth/test/tests/03.sh
parent3bdf28c1fef6644f17bf66a9240af5168465ad5a (diff)
downloadgo-tangerine-69dfca2feb5c94f7a28a0b24c28181b6da4b9da3.tar.gz
go-tangerine-69dfca2feb5c94f7a28a0b24c28181b6da4b9da3.tar.zst
go-tangerine-69dfca2feb5c94f7a28a0b24c28181b6da4b9da3.zip
minor changes in integration tests
Diffstat (limited to 'eth/test/tests/03.sh')
-rw-r--r--eth/test/tests/03.sh4
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