test: loosen timeout in spawnsync-test for FreeBSD
authorFedor Indutny <fedor@indutny.com>
Tue, 13 Jan 2015 13:23:21 +0000 (16:23 +0300)
committerFedor Indutny <fedor@indutny.com>
Tue, 13 Jan 2015 17:36:44 +0000 (20:36 +0300)
PR-URL: https://github.com/iojs/io.js/pull/332
Reviewed-By: Ben Noordhuis <info@bnoordhuis.nl>
test/parallel/test-child-process-spawnsync-timeout.js

index 0e95eb3c4adec8bda24396a54047caae4528d84e..f5b5987e4d1eafde8c780123ca38a2a57eab0118 100644 (file)
@@ -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':