mirror of
https://github.com/logos-messaging/logos-messaging-go-bindings.git
synced 2026-01-02 14:03:10 +00:00
reduce random nodes in mesh to 15
This commit is contained in:
parent
d964b3e017
commit
292e13476f
@ -200,7 +200,7 @@ func TestStressRandomNodesInMesh(t *testing.T) {
|
||||
r := rand.New(rand.NewSource(time.Now().UnixNano()))
|
||||
|
||||
minNodes := 5
|
||||
maxNodes := 20
|
||||
maxNodes := 15
|
||||
nodes := make([]*WakuNode, 0, maxNodes)
|
||||
|
||||
for i := 0; i < minNodes; i++ {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user