提交 b7a5edfd 编写于 作者: A Andre Weinand

increase timeout for #63434 fix

上级 487eb2b6
......@@ -57,10 +57,10 @@ export class TerminalLauncher implements ITerminalLauncher {
resolve(t.processId);
});
// do not wait longer than 1 second
// do not wait longer than 5 seconds
setTimeout(_ => {
error(new Error('terminal shell timeout'));
}, 1000);
}, 5000);
}).then(shellProcessId => {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册