Browse Source

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>
v1.8.0-commit
Fedor Indutny 10 years ago
parent
commit
ccc91aea35
  1. 2
      test/parallel/test-child-process-spawnsync-timeout.js

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

Loading…
Cancel
Save