from https://stackoverflow.com/a/62470009/4710434
If you haven't configured timeout in your code, It will be the default request timeout of your browser.
1) Firefox - 90 seconds
Type about:config in Firefox URL field. Find the value corresponding to key network.http.connection-timeout
2) Chrome - 300 seconds
Source
With that in mind, we may need to impose a limit on certain requests like quoting to, say, 5 seconds.