mirror of
https://github.com/fluencelabs/js-libp2p
synced 2025-04-28 20:12:14 +00:00
test: bump delay for ci
This commit is contained in:
parent
43440aa8a6
commit
3cadeb39cb
@ -85,7 +85,7 @@ describe('Dial Request', () => {
|
|||||||
sinon.spy(dialer, 'releaseToken')
|
sinon.spy(dialer, 'releaseToken')
|
||||||
dialRequest.run({ signal: controller.signal })
|
dialRequest.run({ signal: controller.signal })
|
||||||
// Let the first dials run
|
// Let the first dials run
|
||||||
await delay(10)
|
await delay(100)
|
||||||
|
|
||||||
// Only 1 dial should remain, so 1 token should have been released
|
// Only 1 dial should remain, so 1 token should have been released
|
||||||
expect(actions[1]).to.have.property('callCount', 1)
|
expect(actions[1]).to.have.property('callCount', 1)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user