Skip to content

Commit da0e4ca

Browse files
committed
increase node unref test timeout for slow vms
1 parent 04ef75f commit da0e4ca

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/node-unref-tests.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ function startChildProcess() {
9797
const timeout = setTimeout(() => {
9898
console.error('❌ node unref test timeout - child_process.unref() broken?')
9999
process.exit(1);
100-
}, 30 * 1000);
100+
}, 5 * 60 * 1000);
101101

102102
child.on('error', (error) => {
103103
console.error('❌', error);

0 commit comments

Comments
 (0)