finetune GraftPruneRetry test, so that it doesn't get OOM killed
This commit is contained in:
parent
a71eec5c3a
commit
0824316326
|
@ -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)
|
||||
|
||||
|
|
Loading…
Reference in New Issue