0
0
mirror of https://github.com/nodejs/node.git synced 2024-11-28 22:46:31 +01:00

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>
This commit is contained in:
Fedor Indutny 2015-01-13 16:23:21 +03:00
parent 04bea9f9c2
commit ccc91aea35

View 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':