Skip to content

Commit 49ddf6f

Browse files
committed
did we actually need to wait?
1 parent a538cc3 commit 49ddf6f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/test/helper.ts

+1
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ export let platformEol: string;
99

1010
export async function open(docUri: vscode.Uri): Promise<void> {
1111
try {
12+
await sleep(8000);
1213
doc = await vscode.workspace.openTextDocument(docUri);
1314
editor = await vscode.window.showTextDocument(doc);
1415
} catch (e) {

0 commit comments

Comments
 (0)