Skip to content

Commit

Permalink
increase timeout
Browse files Browse the repository at this point in the history
  • Loading branch information
christian-bromann committed Oct 20, 2021
1 parent 774e2aa commit 0ec1193
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/wdio-browserstack-service/tests/launcher.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ describe('onPrepare', () => {

await service.onPrepare(config, caps)
expect(service.browserstackLocal?.start).toHaveBeenCalled()
await sleep(0)
await sleep(100)
expect(logInfoMock.mock.calls[0][0])
.toContain('Browserstack Local successfully started after')
})
Expand Down

0 comments on commit 0ec1193

Please sign in to comment.