diff options
author | zelig <viktor.tron@gmail.com> | 2015-01-09 13:04:32 +0800 |
---|---|---|
committer | zelig <viktor.tron@gmail.com> | 2015-01-09 13:04:32 +0800 |
commit | 69dfca2feb5c94f7a28a0b24c28181b6da4b9da3 (patch) | |
tree | c60525de6badb0306814e7393b263645eeaab332 /eth/test/tests/03.sh | |
parent | 3bdf28c1fef6644f17bf66a9240af5168465ad5a (diff) | |
download | go-tangerine-69dfca2feb5c94f7a28a0b24c28181b6da4b9da3.tar go-tangerine-69dfca2feb5c94f7a28a0b24c28181b6da4b9da3.tar.gz go-tangerine-69dfca2feb5c94f7a28a0b24c28181b6da4b9da3.tar.bz2 go-tangerine-69dfca2feb5c94f7a28a0b24c28181b6da4b9da3.tar.lz go-tangerine-69dfca2feb5c94f7a28a0b24c28181b6da4b9da3.tar.xz 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.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 |