diff --git a/src/test/suite/index.test.ts b/src/test/suite/index.test.ts index 63dd883..a3e1a7f 100644 --- a/src/test/suite/index.test.ts +++ b/src/test/suite/index.test.ts @@ -342,7 +342,7 @@ function withSetting( ) const doc = await workspace.openTextDocument(uri) await window.showTextDocument(doc) - await wait(100) // wait for EditorConfig to apply new settings + await wait(50) // wait for EditorConfig to apply new settings return doc } }