mirror of
https://github.com/fluencelabs/js-libp2p
synced 2025-06-01 03:31:19 +00:00
fix: flakey identify test firefox (#774)
This commit is contained in:
parent
96df4b7dc4
commit
60d437f595
@ -364,7 +364,7 @@ describe('Identify', () => {
|
||||
expect(libp2p.identifyService.identify.callCount).to.equal(1)
|
||||
|
||||
// The connection should have no open streams
|
||||
expect(connection.streams).to.have.length(0)
|
||||
await pWaitFor(() => connection.streams.length === 0)
|
||||
await connection.close()
|
||||
})
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user