diff --git a/test/smoke/src/areas/css/css.test.ts b/test/smoke/src/areas/css/css.test.ts index 454f6eed9e8..aa6ccb9590b 100644 --- a/test/smoke/src/areas/css/css.test.ts +++ b/test/smoke/src/areas/css/css.test.ts @@ -28,9 +28,6 @@ export function setup() { }); it('verifies that warning becomes an error once setting changed', async function () { - // settings might take a while to update? - this.timeout(40000); - const app = this.app as Application; await app.workbench.settingsEditor.addUserSetting('css.lint.emptyRules', '"error"'); await app.workbench.quickopen.openFile('style.css');