Commit f9bc40a
test: use uv_sleep() where possible
PR-URL: #45124
Reviewed-By: Michaël Zasso <targos@protonmail.com>
Reviewed-By: Darshan Sen <raisinten@gmail.com>
Reviewed-By: theanarkh <theratliter@gmail.com>
Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
Reviewed-By: Tobias Nießen <tniessen@tnie.de>
Reviewed-By: James M Snell <jasnell@gmail.com>
Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
Reviewed-By: Yagiz Nizipli <yagiz@nizipli.com>
Reviewed-By: Daeyeon Jeong <daeyeon.dev@gmail.com>
Reviewed-By: Juan José Arboleda <soyjuanarbol@gmail.com>
Reviewed-By: Gerhard Stöbich <deb2001-github@yahoo.de>1 parent 243c141 commit f9bc40aCopy full SHA for f9bc40a
File tree
Expand file treeCollapse file tree
2 files changed
+4
-28
lines changedOpen diff view settings
Filter options
- test
- addons/async-hello-world
- node-api/test_async
Expand file treeCollapse file tree
2 files changed
+4
-28
lines changedOpen diff view settings
Collapse file
test/addons/async-hello-world/binding.cc
Copy file name to clipboardExpand all lines: test/addons/async-hello-world/binding.cc+1-12Lines changed: 1 addition & 12 deletions
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
2 | 2 | |
3 | 3 | |
4 | 4 | |
5 | | - |
6 | | - |
7 | | - |
8 | | - |
9 | | - |
10 | | - |
11 | | - |
12 | 5 | |
13 | 6 | |
14 | 7 | |
| ||
21 | 14 | |
22 | 15 | |
23 | 16 | |
24 | | - |
25 | | - |
26 | | - |
27 | | - |
28 | | - |
| 17 | + |
29 | 18 | |
30 | 19 | |
31 | 20 | |
|
Collapse file
test/node-api/test_async/test_async.c
Copy file name to clipboardExpand all lines: test/node-api/test_async/test_async.c+3-16Lines changed: 3 additions & 16 deletions
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
1 | 1 | |
2 | 2 | |
3 | 3 | |
| 4 | + |
4 | 5 | |
5 | 6 | |
6 | | - |
7 | | - |
8 | | - |
9 | | - |
10 | | - |
11 | | - |
12 | 7 | |
13 | 8 | |
14 | 9 | |
| ||
23 | 18 | |
24 | 19 | |
25 | 20 | |
26 | | - |
27 | | - |
28 | | - |
29 | | - |
30 | | - |
| 21 | + |
31 | 22 | |
32 | 23 | |
33 | 24 | |
| ||
130 | 121 | |
131 | 122 | |
132 | 123 | |
133 | | - |
134 | | - |
135 | | - |
136 | | - |
137 | | - |
| 124 | + |
138 | 125 | |
139 | 126 | |
140 | 127 | |
|
0 commit comments