From 4fac3e22c5d4084fdb97a5c859596dca9d37177b Mon Sep 17 00:00:00 2001 From: Sandeep Somavarapu Date: Mon, 3 Feb 2020 11:49:00 +0100 Subject: [PATCH] remove the timeout --- test/smoke/src/areas/css/css.test.ts | 3 --- 1 file changed, 3 deletions(-) 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');