提交 050e66fd 编写于 作者: J Joao Moreno

fix smoketest in tfs

上级 e7f44f27
......@@ -22,6 +22,8 @@ export class Terminal {
async runCommand(commandText: string): Promise<void> {
await this.code.writeInTerminal(XTERM_SELECTOR, commandText);
// hold your horses
await new Promise(c => setTimeout(c, 500));
await this.code.dispatchKeybinding('enter');
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册