You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jun 12, 2022. It is now read-only.
When fetching with a timeout set, and the server takes longer than the timeout to reply, it seems the promise does not complete.
Code to reproduce:
When using node-fetch promise is rejected and the catch is reached on timeout. I've used this mountebank imposter to test:
If the wait of the imposter is lowered to below the timeout the code completes as expected, with promise accepted
The text was updated successfully, but these errors were encountered: