test: bump delay for ci

This commit is contained in:
Jacob Heun 2019-12-10 14:14:29 +01:00
parent 43440aa8a6
commit 3cadeb39cb
No known key found for this signature in database
GPG Key ID: CA5A94C15809879F

View File

@ -85,7 +85,7 @@ describe('Dial Request', () => {
sinon.spy(dialer, 'releaseToken')
dialRequest.run({ signal: controller.signal })
// Let the first dials run
await delay(10)
await delay(100)
// Only 1 dial should remain, so 1 token should have been released
expect(actions[1]).to.have.property('callCount', 1)