summaryrefslogtreecommitdiff
path: root/test/common/index.js
diff options
context:
space:
mode:
Diffstat (limited to 'test/common/index.js')
-rw-r--r--test/common/index.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/common/index.js b/test/common/index.js
index 8554b85fe8..60bd352025 100644
--- a/test/common/index.js
+++ b/test/common/index.js
@@ -236,7 +236,7 @@ function platformTimeout(ms) {
ms = multipliers.two * ms;
if (isAIX)
- return multipliers.two * ms; // default localhost speed is slower on AIX
+ return multipliers.two * ms; // Default localhost speed is slower on AIX
if (process.arch !== 'arm')
return ms;