increase the flood length in TestGossipsubControlPiggyback
This commit is contained in:
parent
a39184a0af
commit
c57d256a22
|
@ -670,7 +670,7 @@ func TestGossipsubControlPiggyback(t *testing.T) {
|
|||
done := make(chan struct{})
|
||||
go func() {
|
||||
owner := rand.Intn(len(psubs))
|
||||
for i := 0; i < 1000; i++ {
|
||||
for i := 0; i < 10000; i++ {
|
||||
msg := []byte("background flooooood")
|
||||
psubs[owner].Publish("flood", msg)
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue