Skip to content

Commit 050e66f

Browse files
committed
fix smoketest in tfs
1 parent e7f44f2 commit 050e66f

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

test/smoke/src/areas/terminal/terminal.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,8 @@ export class Terminal {
2222

2323
async runCommand(commandText: string): Promise<void> {
2424
await this.code.writeInTerminal(XTERM_SELECTOR, commandText);
25+
// hold your horses
26+
await new Promise(c => setTimeout(c, 500));
2527
await this.code.dispatchKeybinding('enter');
2628
}
2729

0 commit comments

Comments
 (0)