提交 ba6f87b0 编写于 作者: J Johannes Rieken

wait 1min for ext host startup, #20168

上级 7128e358
......@@ -211,7 +211,7 @@ export class ExtensionHostProcessWorker {
private tryExtHostHandshake(server: Server): TPromise<any> {
return new TPromise<IMessagePassingProtocol>((resolve, reject) => {
let handle = setTimeout(() => reject('timeout'), 5 * 1000);
let handle = setTimeout(() => reject('timeout'), 60 * 1000);
server.on('connection', socket => {
clearTimeout(handle);
const protocol = new Protocol(socket);
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册