summaryrefslogtreecommitdiff
path: root/test/parallel/test-child-process-spawnsync-timeout.js
diff options
context:
space:
mode:
authorFedor Indutny <fedor@indutny.com>2015-01-13 16:23:21 +0300
committerFedor Indutny <fedor@indutny.com>2015-01-13 20:36:44 +0300
commitccc91aea35c70fbae152a09253879da96f41dfd9 (patch)
tree97a031213c1580d11a90604026d7bc4424726d76 /test/parallel/test-child-process-spawnsync-timeout.js
parent04bea9f9c224d9f863f671a1ad52a3f392b292cb (diff)
downloadandroid-node-v8-ccc91aea35c70fbae152a09253879da96f41dfd9.tar.gz
android-node-v8-ccc91aea35c70fbae152a09253879da96f41dfd9.tar.bz2
android-node-v8-ccc91aea35c70fbae152a09253879da96f41dfd9.zip
test: loosen timeout in spawnsync-test for FreeBSD
PR-URL: https://github.com/iojs/io.js/pull/332 Reviewed-By: Ben Noordhuis <info@bnoordhuis.nl>
Diffstat (limited to 'test/parallel/test-child-process-spawnsync-timeout.js')
-rw-r--r--test/parallel/test-child-process-spawnsync-timeout.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/parallel/test-child-process-spawnsync-timeout.js b/test/parallel/test-child-process-spawnsync-timeout.js
index 0e95eb3c4a..f5b5987e4d 100644
--- a/test/parallel/test-child-process-spawnsync-timeout.js
+++ b/test/parallel/test-child-process-spawnsync-timeout.js
@@ -4,7 +4,7 @@ var assert = require('assert');
var spawnSync = require('child_process').spawnSync;
var TIMER = 200;
-var SLEEP = 1000;
+var SLEEP = 5000;
switch (process.argv[2]) {
case 'child':