summaryrefslogtreecommitdiff
path: root/test/parallel/test-domain-timers.js
diff options
context:
space:
mode:
Diffstat (limited to 'test/parallel/test-domain-timers.js')
-rw-r--r--test/parallel/test-domain-timers.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/parallel/test-domain-timers.js b/test/parallel/test-domain-timers.js
index 4f45ec437c..888b452cb9 100644
--- a/test/parallel/test-domain-timers.js
+++ b/test/parallel/test-domain-timers.js
@@ -51,4 +51,4 @@ immediated.run(function() {
});
});
-const timeout = setTimeout(function() {}, 10 * 1000);
+const timeout = setTimeout(common.noop, 10 * 1000);