Commit 0d5a508
test: extend timeout in Debug mode
Debug mode slows execution speed. There is work afoot to enable Debug
mode runs on the continuous integration infrastructure for the project.
Some tests are timing out, such as test-net-GH-5504.js.
This change doubles the timeout returned from `common.platformTimeout()`
when running in Debug mode. It also removes an unused variable from the
aforementioned test-net-GH-5504.js.
PR-URL: #4431
Reviewed-By: Johan Bergström <bugs@bergstroem.nu>1 parent 6e4598d commit 0d5a508Copy full SHA for 0d5a508
File tree
Expand file treeCollapse file tree
2 files changed
+3
-1
lines changedOpen diff view settings
Filter options
- test
- sequential
Expand file treeCollapse file tree
2 files changed
+3
-1
lines changedOpen diff view settings
Collapse file
+3Lines changed: 3 additions & 0 deletions
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
255 | 255 | |
256 | 256 | |
257 | 257 | |
| 258 | + |
| 259 | + |
| 260 | + |
258 | 261 | |
259 | 262 | |
260 | 263 | |
|
Collapse file
test/sequential/test-net-GH-5504.js
Copy file name to clipboardExpand all lines: test/sequential/test-net-GH-5504.js-1Lines changed: 0 additions & 1 deletion
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
1 | 1 | |
2 | 2 | |
3 | | - |
4 | 3 | |
5 | 4 | |
6 | 5 | |
|
0 commit comments