We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 91cac73 commit 38bf287Copy full SHA for 38bf287
packages/vscode-common/src/testUtil/openNewEditor.ts
@@ -110,7 +110,7 @@ function waitForEditorToOpen() {
110
if (vscode.window.activeTextEditor != null) {
111
clearInterval(interval);
112
// Give it a moment to settle
113
- setTimeout(resolve, 100);
+ setTimeout(resolve, 200);
114
} else {
115
count++;
116
if (count === 20) {
0 commit comments