Skip to content

Commit

Permalink
test: loosen timeout in spawnsync-test for FreeBSD
Browse files Browse the repository at this point in the history
PR-URL: #332
Reviewed-By: Ben Noordhuis <info@bnoordhuis.nl>
  • Loading branch information
indutny committed Jan 13, 2015
1 parent 04bea9f commit ccc91ae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/parallel/test-child-process-spawnsync-timeout.js
Original file line number Diff line number Diff line change
Expand Up @@ -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':
Expand Down

0 comments on commit ccc91ae

Please sign in to comment.