Skip to content

Commit

Permalink
add 3s sleep after comd execution
Browse files Browse the repository at this point in the history
  • Loading branch information
TamiTakamiya committed Sep 24, 2024
1 parent c9d2838 commit 240fadc
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions test/ui-test/terminalUiTest.ts
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ export function terminalUITests(): void {
await VSBrowser.instance.openResources(playbookFile);

await workbench.executeCommand("Run playbook via `ansible-playbook`");
await sleep(3000);

const terminalView = await new BottomBarPanel().openTerminalView();
const text = await terminalView.getText();
Expand All @@ -45,6 +46,7 @@ export function terminalUITests(): void {
await VSBrowser.instance.openResources(playbookFile);

await workbench.executeCommand("Run playbook via `ansible-playbook`");
await sleep(3000);

const terminalView = await new BottomBarPanel().openTerminalView();
const text = await terminalView.getText();
Expand Down

0 comments on commit 240fadc

Please sign in to comment.