aboutsummaryrefslogtreecommitdiffstats
path: root/les
diff options
context:
space:
mode:
authorgary rong <garyrong0905@gmail.com>2018-10-08 21:52:23 +0800
committerPéter Szilágyi <peterke@gmail.com>2018-10-08 21:52:23 +0800
commitc5d34fc94eb3a8ce10c80d9a83e0e479d2dd654c (patch)
treef67c67d35af3f434c8bb2d7726f36a029605470a /les
parent53634f1e04a7ff020fbdeb71f48dbcf33d530125 (diff)
downloadgo-tangerine-c5d34fc94eb3a8ce10c80d9a83e0e479d2dd654c.tar
go-tangerine-c5d34fc94eb3a8ce10c80d9a83e0e479d2dd654c.tar.gz
go-tangerine-c5d34fc94eb3a8ce10c80d9a83e0e479d2dd654c.tar.bz2
go-tangerine-c5d34fc94eb3a8ce10c80d9a83e0e479d2dd654c.tar.lz
go-tangerine-c5d34fc94eb3a8ce10c80d9a83e0e479d2dd654c.tar.xz
go-tangerine-c5d34fc94eb3a8ce10c80d9a83e0e479d2dd654c.tar.zst
go-tangerine-c5d34fc94eb3a8ce10c80d9a83e0e479d2dd654c.zip
les, light: reduce les testing stress (#17867)
Diffstat (limited to 'les')
-rw-r--r--les/distributor_test.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/les/distributor_test.go b/les/distributor_test.go
index 2891bcab4..8c7621f26 100644
--- a/les/distributor_test.go
+++ b/les/distributor_test.go
@@ -87,7 +87,7 @@ const (
testDistBufLimit = 10000000
testDistMaxCost = 1000000
testDistPeerCount = 5
- testDistReqCount = 50000
+ testDistReqCount = 5000
testDistMaxResendCount = 3
)