Commit a4cbe30
test: improve reliability of http2-session-timeout
Check actual expired time rather than relying on a number of calls to
setTimeout() in test-http2-session-timeout more robust.
PR-URL: #20692
Fixes: #20628
Reviewed-By: Anatoli Papirovski <apapirovski@mac.com>
Reviewed-By: Trivikram Kamat <trivikr.dev@gmail.com>
Reviewed-By: Ruben Bridgewater <ruben@bridgewater.de>
Reviewed-By: James M Snell <jasnell@gmail.com>1 parent 56de3bf commit a4cbe30Copy full SHA for a4cbe30
File tree
Expand file treeCollapse file tree
1 file changed
+8
-6
lines changedOpen diff view settings
Filter options
- test/sequential
Expand file treeCollapse file tree
1 file changed
+8
-6
lines changedOpen diff view settings
Collapse file
test/sequential/test-http2-session-timeout.js
Copy file name to clipboardExpand all lines: test/sequential/test-http2-session-timeout.js+8-6Lines changed: 8 additions & 6 deletions
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
7 | 7 | |
8 | 8 | |
9 | 9 | |
10 | | - |
11 | 10 | |
12 | 11 | |
13 | 12 | |
| ||
21 | 20 | |
22 | 21 | |
23 | 22 | |
24 | | - |
| 23 | + |
| 24 | + |
25 | 25 | |
26 | | - |
| 26 | + |
27 | 27 | |
28 | 28 | |
29 | 29 | |
| ||
34 | 34 | |
35 | 35 | |
36 | 36 | |
37 | | - |
38 | | - |
| 37 | + |
| 38 | + |
| 39 | + |
| 40 | + |
39 | 41 | |
40 | 42 | |
41 | | - |
42 | 43 | |
| 44 | + |
43 | 45 | |
44 | 46 | |
45 | 47 | |
|
0 commit comments