Skip to content

Commit

Permalink
fix flaky test
Browse files Browse the repository at this point in the history
10ms is _not_ sufficient for travis
  • Loading branch information
vyzo committed Jul 30, 2020
1 parent 5fd694a commit 15f4f1f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion floodsub_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -610,7 +610,7 @@ func TestPeerTopicReporting(t *testing.T) {
t.Fatal(err)
}

time.Sleep(time.Millisecond * 10)
time.Sleep(time.Millisecond * 200)

peers := psubs[0].ListPeers("ipfs")
assertPeerList(t, peers, hosts[2].ID(), hosts[3].ID())
Expand Down

0 comments on commit 15f4f1f

Please sign in to comment.