From c5d34fc94eb3a8ce10c80d9a83e0e479d2dd654c Mon Sep 17 00:00:00 2001
From: gary rong <garyrong0905@gmail.com>
Date: Mon, 8 Oct 2018 21:52:23 +0800
Subject: les, light: reduce les testing stress (#17867)

---
 les/distributor_test.go | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

(limited to 'les')

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
 )
 
-- 
cgit v1.2.3