Good afternoon, I’m getting this error and not sur...
# pact-js
m
Good afternoon, I’m getting this error and not sure how to get past it
: Timeout - Async callback was not invoked within the 15000 ms timeout specified by jest.setTimeout.Timeout - Async callback was not invoked within the 15000 ms timeout specified by jest.setTimeout.Error:
I tried increasing the jest timeout but no luck, it’s failing on the
return await p.verify();
as it’s an open handle and keeping jest from exiting. Has anyone encountered this before? I’ve sent my access token and url env vars.
This is now resolved, it was a timeout problem.
👍 1