hi! i’m getting `Timeout waiting for verification ...
# pact-js
d
hi! i’m getting
Timeout waiting for verification process to complete
i found this https://docs.pact.io/slack/pact-js.html#1586998747.127100 do i get it right, i need something like this ?
Copy code
return new MessageProviderPact({
...
        timeout: 60000,
...
    }).verify()
}
m
It would be interesting to know why it’s timing out - but yes, you should be able to extend the timeout process
d
sadly it fails “sometimes” w/o any meaningful log 😞
m
Might be worth setting logs to debug to see how long each request is taking
👌 1