mirror of
https://github.com/zebrajr/node.git
synced 2026-01-15 12:15:26 +00: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:
@@ -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':
|
||||
|
||||
Reference in New Issue
Block a user