increase time to disconnect in floodsub disconnection test

somehow it managed to fail on travis
This commit is contained in:
vyzo 2020-04-22 20:26:29 +03:00
parent a50deb04c0
commit a2f6f7b5b5

View File

@ -688,7 +688,7 @@ func TestPeerDisconnect(t *testing.T) {
c.Close()
}
time.Sleep(time.Millisecond * 10)
time.Sleep(time.Millisecond * 100)
peers = psubs[0].ListPeers("foo")
assertPeerList(t, peers)