mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-20 00:28:52 +01:00
Wait some more
This commit is contained in:
@@ -521,7 +521,7 @@ suite('window namespace tests', () => {
|
||||
test('showWorkspaceFolderPick', async function () {
|
||||
const p = window.showWorkspaceFolderPick(undefined);
|
||||
|
||||
await timeout();
|
||||
await timeout(10);
|
||||
await commands.executeCommand('workbench.action.acceptSelectedQuickOpenItem');
|
||||
try {
|
||||
await p;
|
||||
|
||||
Reference in New Issue
Block a user