increase the flood length in TestGossipsubControlPiggyback

This commit is contained in:
vyzo 2018-03-06 12:11:41 +02:00 committed by Steven Allen
parent a39184a0af
commit c57d256a22
1 changed files with 1 additions and 1 deletions

View File

@ -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)
}