From ccc91aea35c70fbae152a09253879da96f41dfd9 Mon Sep 17 00:00:00 2001 From: Fedor Indutny Date: Tue, 13 Jan 2015 16:23:21 +0300 Subject: [PATCH] test: loosen timeout in spawnsync-test for FreeBSD PR-URL: https://github.com/iojs/io.js/pull/332 Reviewed-By: Ben Noordhuis --- test/parallel/test-child-process-spawnsync-timeout.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/parallel/test-child-process-spawnsync-timeout.js b/test/parallel/test-child-process-spawnsync-timeout.js index 0e95eb3c4ad..f5b5987e4d1 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':