Commit 15f4f1f1 authored by vyzo's avatar vyzo

fix flaky test

10ms is _not_ sufficient for travis
parent 5fd694af
......@@ -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())
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment