Commit b016cbb
test: fix flaky async-hooks/test-graph.signal
Make sure event loop remains open long enough for signal to be received.
PR-URL: #17509
Fixes: #14568
Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
Reviewed-By: Richard Lau <riclau@uk.ibm.com>
Reviewed-By: Refael Ackermann <refack@gmail.com>
Reviewed-By: Evan Lucas <evanlucas@me.com>1 parent f89efbc commit b016cbbCopy full SHA for b016cbb
File tree
Expand file treeCollapse file tree
1 file changed
+5
-3
lines changedOpen diff view settings
Filter options
- test/async-hooks
Expand file treeCollapse file tree
1 file changed
+5
-3
lines changedOpen diff view settings
Collapse file
test/async-hooks/test-graph.signal.js
Copy file name to clipboardExpand all lines: test/async-hooks/test-graph.signal.js+5-3Lines changed: 5 additions & 3 deletions
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
3 | 3 | |
4 | 4 | |
5 | 5 | |
6 | | - |
7 | 6 | |
8 | 7 | |
9 | 8 | |
10 | 9 | |
11 | | - |
| 10 | + |
12 | 11 | |
13 | 12 | |
14 | 13 | |
15 | 14 | |
| 15 | + |
16 | 16 | |
17 | 17 | |
18 | 18 | |
| ||
33 | 33 | |
34 | 34 | |
35 | 35 | |
36 | | - |
| 36 | + |
| 37 | + |
| 38 | + |
37 | 39 | |
38 | 40 | |
39 | 41 | |
|
0 commit comments