aboutsummaryrefslogtreecommitdiff
path: root/test/parallel/test-timers-unrefd-interval-still-fires.js
diff options
context:
space:
mode:
authorJeremiah Senkpiel <fishrock123@rocketmail.com>2016-02-21 11:05:55 -0500
committerJeremiah Senkpiel <fishrock123@rocketmail.com>2016-02-22 12:14:58 -0500
commit65cd2a0f9689b1213bb13a8d48f38d8b9e4ff09f (patch)
tree4bb4e20f1e4cf19dae124d67c08df406c0a13352 /test/parallel/test-timers-unrefd-interval-still-fires.js
parente854f60585061c81702cf680ad8079a447d19ef1 (diff)
downloadandroid-node-v8-65cd2a0f9689b1213bb13a8d48f38d8b9e4ff09f.tar.gz
android-node-v8-65cd2a0f9689b1213bb13a8d48f38d8b9e4ff09f.tar.bz2
android-node-v8-65cd2a0f9689b1213bb13a8d48f38d8b9e4ff09f.zip
test: increase timeouts on some unref timers tests
Fix: https://github.com/nodejs/node/issues/5351 Refs: https://github.com/nodejs/node/pull/4561 PR-URL: https://github.com/nodejs/node/pull/5352 Reviewed-By: Rich Trott <rtrott@gmail.com> Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Minwoo Jung <jmwsoft@gmail.com>
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;