提交 5e6f2aec 编写于 作者: J Johannes Rieken

large timeout before storing timers

上级 03c62286
......@@ -31,7 +31,7 @@ class PerformanceContribution implements IWorkbenchContribution {
if (dumpFile) {
// wait for extensions being loaded
extensionService.onReady()
.then(() => TPromise.timeout(1000)) // time service isn't ready yet because it listens on the same event...
.then(() => TPromise.timeout(15000)) // time service isn't ready yet because it listens on the same event...
.then(() => this._dumpTimersAndQuit(dumpFile))
.done(undefined, err => console.error(err));
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册