Skip to content

Commit

Permalink
Merge pull request #3639 from snyk/chore/increase_test_timeout
Browse files Browse the repository at this point in the history
chore: increase timeout to 60sec to reduce test flakiness
  • Loading branch information
PeterSchafer committed Aug 30, 2022
2 parents d40578b + 18fe66c commit 1f10c8a
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -2,7 +2,7 @@ import { fakeServer } from '../../../acceptance/fake-server';
import { createProjectFromFixture } from '../../util/createProject';
import { runSnykCLI } from '../../util/runSnykCLI';

jest.setTimeout(1000 * 30);
jest.setTimeout(1000 * 60);

describe('spotlight vuln notification', () => {
let server;
Expand Down

0 comments on commit 1f10c8a

Please sign in to comment.