Skip to content

Commit

Permalink
chore: increase timeout to 60sec to reduce test flakiness
Browse files Browse the repository at this point in the history
Signed-off-by: Peter Schäfer <101886095+PeterSchafer@users.noreply.github.com>
Signed-off-by: Peter Schäfer <101886095+PeterSchafer@users.noreply.github.com>
Signed-off-by: Peter Schäfer <101886095+PeterSchafer@users.noreply.github.com>
  • Loading branch information
PeterSchafer committed Aug 30, 2022
1 parent 58a9302 commit 18fe66c
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 18fe66c

Please sign in to comment.