test: bump delay for ci

This commit is contained in:
Jacob Heun 2019-12-10 14:14:29 +01:00
parent 2570a1ba30
commit ae52d483fc

View File

@ -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)