Mircea Ungureanu
03/21/2022, 1:29 PM: 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.Mircea Ungureanu
03/21/2022, 2:53 PM