summaryrefslogtreecommitdiff
path: root/test/parallel/test-timers-unrefd-interval-still-fires.js
diff options
context:
space:
mode:
Diffstat (limited to 'test/parallel/test-timers-unrefd-interval-still-fires.js')
-rw-r--r--test/parallel/test-timers-unrefd-interval-still-fires.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/parallel/test-timers-unrefd-interval-still-fires.js b/test/parallel/test-timers-unrefd-interval-still-fires.js
index 172da8bb95..39bb2cdb13 100644
--- a/test/parallel/test-timers-unrefd-interval-still-fires.js
+++ b/test/parallel/test-timers-unrefd-interval-still-fires.js
@@ -4,7 +4,7 @@
*/
const common = require('../common');
-const TEST_DURATION = common.platformTimeout(100);
+const TEST_DURATION = common.platformTimeout(1000);
const N = 3;
var nbIntervalFired = 0;