Commit 6fff9ff
debugger: allow longer time to connect
Make five attempts with a timeout of 1 second each rather than 10
attempts with a timeout of 500ms each. This is to allow for
slower-connecting devices like Raspberry Pi.
PR-URL: #38161
Refs: https://github.com/nodejs/node/discussions/36481
Reviewed-By: Matteo Collina <matteo.collina@gmail.com>
Reviewed-By: Jan Krems <jan.krems@gmail.com>
Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
Reviewed-By: Stephen Belanger <admin@stephenbelanger.com>
Reviewed-By: Gerhard Stöbich <deb2001-github@yahoo.de>
Reviewed-By: Michaël Zasso <targos@protonmail.com>1 parent def85da commit 6fff9ffCopy full SHA for 6fff9ff
File tree
Expand file treeCollapse file tree
1 file changed
+3
-3
lines changedOpen diff view settings
Filter options
- lib/internal/inspector
Expand file treeCollapse file tree
1 file changed
+3
-3
lines changedOpen diff view settings
Collapse file
lib/internal/inspector/_inspect.js
Copy file name to clipboardExpand all lines: lib/internal/inspector/_inspect.js+3-3Lines changed: 3 additions & 3 deletions
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
234 | 234 | |
235 | 235 | |
236 | 236 | |
237 | | - |
238 | | - |
| 237 | + |
| 238 | + |
239 | 239 | |
240 | 240 | |
241 | 241 | |
242 | 242 | |
243 | | - |
| 243 | + |
244 | 244 | |
245 | 245 | |
246 | 246 | |
|
0 commit comments