diff --git a/src/test/suite/index.test.ts b/src/test/suite/index.test.ts index 635cb4a..136434f 100644 --- a/src/test/suite/index.test.ts +++ b/src/test/suite/index.test.ts @@ -347,7 +347,7 @@ function withSetting( const uri = await utils.createFile(contents, fixturePath) const doc = await workspace.openTextDocument(uri) await window.showTextDocument(doc) - await wait(50) // wait for EditorConfig to apply new settings + await wait(100) // wait for EditorConfig to apply new settings return doc } }