Skip to content

Commit

Permalink
fix flaky test
Browse files Browse the repository at this point in the history
  • Loading branch information
SunsetTechuila committed Jan 31, 2025
1 parent 9f87be5 commit 4cc33db
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/test/suite/index.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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
}
}

0 comments on commit 4cc33db

Please sign in to comment.