Skip to content

Commit

Permalink
test(e2e): decrease the wrongly increased timeout
Browse files Browse the repository at this point in the history
  • Loading branch information
mrmlnc committed Nov 30, 2019
1 parent 6c54caf commit 9de1ce3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/test/e2e/suite/completion/completion.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ describe('SCSS Completion Test', () => {

before(async () => {
showFile(docUri);
await sleep(10000);
await sleep(2000);
});

it('Offers variable completions', async () => {
Expand Down

0 comments on commit 9de1ce3

Please sign in to comment.