From aa363c49eadabe45344986476b8388d66cfced37 Mon Sep 17 00:00:00 2001 From: cjihrig Date: Wed, 4 Dec 2019 00:17:10 -0500 Subject: test: remove common.busyLoop() This commit replaces common.busyLoop() with sleep(). PR-URL: https://github.com/nodejs/node/pull/30787 Reviewed-By: Rich Trott Reviewed-By: Gus Caplan Reviewed-By: Richard Lau --- test/common/index.mjs | 2 -- 1 file changed, 2 deletions(-) (limited to 'test/common/index.mjs') diff --git a/test/common/index.mjs b/test/common/index.mjs index 54f6dc7f17..a5774fc008 100644 --- a/test/common/index.mjs +++ b/test/common/index.mjs @@ -39,7 +39,6 @@ const { skip, ArrayStream, nodeProcessAborted, - busyLoop, isAlive, expectWarning, expectsError, @@ -86,7 +85,6 @@ export { skip, ArrayStream, nodeProcessAborted, - busyLoop, isAlive, expectWarning, expectsError, -- cgit v1.2.3