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/02.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/02.sh')
-rw-r--r-- | eth/test/tests/02.sh | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/eth/test/tests/02.sh b/eth/test/tests/02.sh index 5231dbd78..619217ed8 100644 --- a/eth/test/tests/02.sh +++ b/eth/test/tests/02.sh @@ -12,8 +12,8 @@ EOF peer 11 01 peer 12 02 -P13ID=$PID +P12ID=$PID test_node $NAME "" -loglevel 5 $JSFILE -sleep 0.5 -kill $P13ID +sleep 0.3 +kill $P12ID |