aboutsummaryrefslogtreecommitdiffstats
path: root/build
diff options
context:
space:
mode:
authorWei-Ning Huang <w@dexon.org>2019-03-07 12:59:49 +0800
committerWei-Ning Huang <w@dexon.org>2019-03-12 12:19:09 +0800
commitd6557f080c206ba0ff322d39005af642eb58b12f (patch)
tree1ba00ccd96149bd317a782a9bf836724ec7c07c7 /build
parent10a21c6b7eb2c4d2a186a3a355986a0605b41ca7 (diff)
downloaddexon-d6557f080c206ba0ff322d39005af642eb58b12f.tar
dexon-d6557f080c206ba0ff322d39005af642eb58b12f.tar.gz
dexon-d6557f080c206ba0ff322d39005af642eb58b12f.tar.bz2
dexon-d6557f080c206ba0ff322d39005af642eb58b12f.tar.lz
dexon-d6557f080c206ba0ff322d39005af642eb58b12f.tar.xz
dexon-d6557f080c206ba0ff322d39005af642eb58b12f.tar.zst
dexon-d6557f080c206ba0ff322d39005af642eb58b12f.zip
test: update test parameters (#229)
* test: update test parameters * update smoke test parameter
Diffstat (limited to 'build')
-rwxr-xr-xbuild/fullnode-test.sh8
-rw-r--r--build/testtool/testtool.go2
2 files changed, 5 insertions, 5 deletions
diff --git a/build/fullnode-test.sh b/build/fullnode-test.sh
index 589e707bf..24e555787 100755
--- a/build/fullnode-test.sh
+++ b/build/fullnode-test.sh
@@ -1,6 +1,6 @@
#!/bin/bash
-sleep 20
+sleep 10
tarAndUpload()
{
@@ -49,7 +49,7 @@ if [ $round -lt 2 ]; then
exit 1
fi
- echo "Sleep 30 sec wait for next round"
- sleep 30
+ echo "Sleep 15 sec wait for next round"
+ sleep 15
fi
-done \ No newline at end of file
+done
diff --git a/build/testtool/testtool.go b/build/testtool/testtool.go
index 09e94fe16..3f880b3bd 100644
--- a/build/testtool/testtool.go
+++ b/build/testtool/testtool.go
@@ -189,7 +189,7 @@ func doMonkeyTest(args []string) {
Endpoint: args[0],
N: 30,
Sleep: 3000,
- Timeout: 60,
+ Timeout: 30,
})
m, nonce := monkey.Exec()