Skip to content

Commit

Permalink
test: return to the 50ms timer
Browse files Browse the repository at this point in the history
  • Loading branch information
SunsetTechuila committed Feb 8, 2025
1 parent 3eb313b commit 92bfe6e
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 @@ -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
}
}

0 comments on commit 92bfe6e

Please sign in to comment.