Closed anjali-traceIW closed 4 years ago
Are you providing a different timeout with the options?
With default options, the Jest timeout should already be 30000 by the time that beforeAll
is called.
Oh, apologies - the improved timeout handling was introduced in 0.4.6. Updating will fix your issue :+1:
I'll close this for now, feel free to reopen if you have further issues.
Getting failing pact tests with error:
Jest seems to start running tests before the pact server is up. Increasing the timeout range at
index.js:19
seems to resolve this issue:Using
0.4.5