Skip to content

Commit

Permalink
chore: increase timeout due to flaky tests
Browse files Browse the repository at this point in the history
  • Loading branch information
sandor-trombitas committed Sep 10, 2024
1 parent 23b944b commit 05cd982
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/jest/acceptance/snyk-container/container.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import { FakeServer, fakeServer } from '../../../acceptance/fake-server';
import { RunCommandOptions, RunCommandResult } from '../../util/runCommand';
import { getServerPort } from '../../util/getServerPort';

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

describe('snyk container', () => {
if (os.platform() === 'win32') {
Expand Down

0 comments on commit 05cd982

Please sign in to comment.