We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 04bea9f commit ccc91aeCopy full SHA for ccc91ae
test/parallel/test-child-process-spawnsync-timeout.js
@@ -4,7 +4,7 @@ var assert = require('assert');
4
var spawnSync = require('child_process').spawnSync;
5
6
var TIMER = 200;
7
-var SLEEP = 1000;
+var SLEEP = 5000;
8
9
switch (process.argv[2]) {
10
case 'child':
0 commit comments