Commit b4224dd
test: reduce http-server-request-timeouts-mixed flakiness
parallel/test-http-server-request-timeouts-mixed.js test was sometimes
failing due to insufficient tolerance between the connection timeout
checking interval, and the expected timeout specified in the test.
This change makes the checking interval more frequent, and decouples
the timeout for the check from the checking interval.
PR-URL: #44169
Reviewed-By: Luigi Pinca <luigipinca@gmail.com>1 parent 9614907 commit b4224ddCopy full SHA for b4224dd
File tree
Expand file treeCollapse file tree
1 file changed
+4
-3
lines changedOpen diff view settings
Filter options
- test/parallel
Expand file treeCollapse file tree
1 file changed
+4
-3
lines changedOpen diff view settings
Collapse file
test/parallel/test-http-server-request-timeouts-mixed.js
Copy file name to clipboardExpand all lines: test/parallel/test-http-server-request-timeouts-mixed.js+4-3Lines changed: 4 additions & 3 deletions
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
15 | 15 | |
16 | 16 | |
17 | 17 | |
18 | | - |
| 18 | + |
19 | 19 | |
20 | 20 | |
21 | 21 | |
| ||
76 | 76 | |
77 | 77 | |
78 | 78 | |
79 | | - |
| 79 | + |
| 80 | + |
80 | 81 | |
81 | 82 | |
82 | 83 | |
| ||
111 | 112 | |
112 | 113 | |
113 | 114 | |
114 | | - |
| 115 | + |
115 | 116 | |
116 | 117 | |
117 | 118 | |
|
0 commit comments