finetune GraftPruneRetry test, so that it doesn't get OOM killed

This commit is contained in:
vyzo 2018-02-22 12:29:16 +02:00 committed by Steven Allen
parent a71eec5c3a
commit 0824316326
1 changed files with 1 additions and 1 deletions

View File

@ -603,7 +603,7 @@ func TestGossipsubGraftPruneRetry(t *testing.T) {
var topics []string
var msgs [][]*Subscription
for i := 0; i < 50; i++ {
for i := 0; i < 35; i++ {
topic := fmt.Sprintf("topic%d", i)
topics = append(topics, topic)