Skip to content

Commit ccc91ae

Browse files
committed
test: loosen timeout in spawnsync-test for FreeBSD
PR-URL: #332 Reviewed-By: Ben Noordhuis <[email protected]>
1 parent 04bea9f commit ccc91ae

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/parallel/test-child-process-spawnsync-timeout.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ var assert = require('assert');
44
var spawnSync = require('child_process').spawnSync;
55

66
var TIMER = 200;
7-
var SLEEP = 1000;
7+
var SLEEP = 5000;
88

99
switch (process.argv[2]) {
1010
case 'child':

0 commit comments

Comments
 (0)