Commit f717c1e
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: #44359
Reviewed-By: Moshe Atlow <moshe@atlow.co.il>
Reviewed-By: Richard Lau <rlau@redhat.com>1 parent 59be5f8 commit f717c1eCopy full SHA for f717c1e
File tree
Expand file treeCollapse file tree
2 files changed
+12
-3
lines changedOpen diff view settings
Filter options
- lib/internal/debugger
- test/common
Expand file treeCollapse file tree
2 files changed
+12
-3
lines changedOpen diff view settings
Collapse file
lib/internal/debugger/inspect.js
Copy file name to clipboardExpand all lines: lib/internal/debugger/inspect.js+5-2Lines changed: 5 additions & 2 deletions
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
45 | 45 | |
46 | 46 | |
47 | 47 | |
48 | | - |
| 48 | + |
49 | 49 | |
50 | 50 | |
51 | 51 | |
| ||
64 | 64 | |
65 | 65 | |
66 | 66 | |
67 | | - |
| 67 | + |
| 68 | + |
| 69 | + |
| 70 | + |
68 | 71 | |
69 | 72 | |
70 | 73 | |
|
Collapse file
+7-1Lines changed: 7 additions & 1 deletion
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
7 | 7 | |
8 | 8 | |
9 | 9 | |
10 | | - |
| 10 | + |
| 11 | + |
| 12 | + |
| 13 | + |
| 14 | + |
| 15 | + |
| 16 | + |
11 | 17 | |
12 | 18 | |
13 | 19 | |
|
0 commit comments