Skip to content

Commit

Permalink
ci: update test timeout (#241)
Browse files Browse the repository at this point in the history
  • Loading branch information
jvincent42 authored Nov 20, 2023
1 parent 62343f0 commit 49615db
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions e2e/diagnostic.test.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
import { commands } from './utils';

describe('Diagnostic testing files', () => {
jest.setTimeout(10000);

it('config1.yml', async () => {
const testingFile = 'config1.yml';
const diagnostics = await commands.didOpen(testingFile);
Expand Down

0 comments on commit 49615db

Please sign in to comment.