fix flaky test

10ms is _not_ sufficient for travis
This commit is contained in:
vyzo 2020-07-30 14:01:39 +03:00
parent 5fd694af20
commit 15f4f1f138
1 changed files with 1 additions and 1 deletions

View File

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