summaryrefslogtreecommitdiff
path: root/test/common/index.mjs
diff options
context:
space:
mode:
authorcjihrig <cjihrig@gmail.com>2019-12-04 00:17:10 -0500
committercjihrig <cjihrig@gmail.com>2019-12-06 22:03:00 -0500
commitaa363c49eadabe45344986476b8388d66cfced37 (patch)
treeba53cfe2fefd9bf9cfbf5f505215b9f9bd1c410d /test/common/index.mjs
parentf446929923d6cfa471721404d9d7f806449d5fe6 (diff)
downloadandroid-node-v8-aa363c49eadabe45344986476b8388d66cfced37.tar.gz
android-node-v8-aa363c49eadabe45344986476b8388d66cfced37.tar.bz2
android-node-v8-aa363c49eadabe45344986476b8388d66cfced37.zip
test: remove common.busyLoop()
This commit replaces common.busyLoop() with sleep(). PR-URL: https://github.com/nodejs/node/pull/30787 Reviewed-By: Rich Trott <rtrott@gmail.com> Reviewed-By: Gus Caplan <me@gus.host> Reviewed-By: Richard Lau <riclau@uk.ibm.com>
Diffstat (limited to 'test/common/index.mjs')
-rw-r--r--test/common/index.mjs2
1 files changed, 0 insertions, 2 deletions
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,