Wait some more

This commit is contained in:
Christof Marti 2018-11-09 15:06:48 +01:00
parent e839e4560c
commit c9cf18e109

View file

@ -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;