remove the timeout

This commit is contained in:
Sandeep Somavarapu 2020-02-03 11:49:00 +01:00
parent ba74df45d3
commit 4fac3e22c5

View file

@ -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');