node/lib/internal/debugger
Joyee Cheung 83cd484d77
debugger: decrease timeout used to wait for the port to be free
By default, the debugger would query the specified inspector
sever port to see if it's available before starting the server,
and it would keep retrying until a timeout (previously 9999 ms)
is reached. This timeout seems to be longer than necessary. This
patch decreases the timeout to 3 seconds.

PR-URL: https://github.com/nodejs/node/pull/44359
Reviewed-By: Moshe Atlow <moshe@atlow.co.il>
Reviewed-By: Richard Lau <rlau@redhat.com>
2022-08-24 13:52:54 +00:00
..
inspect_client.js lib: refactor to use let 2021-10-09 17:22:56 +00:00
inspect_repl.js src: disambiguate terms used to refer to builtins and addons 2022-08-09 01:36:49 +08:00
inspect.js debugger: decrease timeout used to wait for the port to be free 2022-08-24 13:52:54 +00:00