mirror of
https://github.com/logos-messaging/go-libp2p-pubsub.git
synced 2026-01-02 21:03:07 +00:00
increase time to disconnect in floodsub disconnection test
somehow it managed to fail on travis
This commit is contained in:
parent
a50deb04c0
commit
a2f6f7b5b5
@ -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)
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user