summaryrefslogtreecommitdiff
path: root/test/common/README.md
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/README.md
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/README.md')
-rw-r--r--test/common/README.md5
1 files changed, 0 insertions, 5 deletions
diff --git a/test/common/README.md b/test/common/README.md
index 5f8b6cb309..11827d9743 100644
--- a/test/common/README.md
+++ b/test/common/README.md
@@ -45,11 +45,6 @@ tasks.
Takes `whitelist` and concats that with predefined `knownGlobals`.
-### busyLoop(time)
-* `time` [&lt;number>][]
-
-Blocks for `time` amount of time.
-
### canCreateSymLink()
* return [&lt;boolean>][]