Skip to content

Commit 4fac3e2

Browse files
committed
remove the timeout
1 parent ba74df4 commit 4fac3e2

1 file changed

Lines changed: 0 additions & 3 deletions

File tree

test/smoke/src/areas/css/css.test.ts

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -28,9 +28,6 @@ export function setup() {
2828
});
2929

3030
it('verifies that warning becomes an error once setting changed', async function () {
31-
// settings might take a while to update?
32-
this.timeout(40000);
33-
3431
const app = this.app as Application;
3532
await app.workbench.settingsEditor.addUserSetting('css.lint.emptyRules', '"error"');
3633
await app.workbench.quickopen.openFile('style.css');

0 commit comments

Comments
 (0)