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:
parent
04bea9f9c2
commit
ccc91aea35
@ -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':
|
||||
|
Loading…
Reference in New Issue
Block a user