Skip to content

Commit b313e81

Browse files
apapirovskiMylesBorins
authored andcommitted
test: fix flaky test-http-pipeline-flood
PR-URL: #17955 Refs: #16317 Reviewed-By: James M Snell <[email protected]>
1 parent 224033d commit b313e81

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

test/parallel/test-http-pipeline-flood.js

+2-2
Original file line numberDiff line numberDiff line change
@@ -56,9 +56,9 @@ function parent() {
5656
server.close();
5757
}));
5858

59-
server.setTimeout(200, common.mustCall(function() {
59+
server.setTimeout(200, common.mustCallAtLeast(function() {
6060
child.kill();
61-
}));
61+
}, 1));
6262
});
6363
}
6464

0 commit comments

Comments
 (0)