aboutsummaryrefslogtreecommitdiffstats
path: root/build/testtool
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/testtool
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/testtool')
-rw-r--r--build/testtool/testtool.go2
1 files changed, 1 insertions, 1 deletions
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()