Skip to content

Commit

Permalink
test: increase analytics test timeout
Browse files Browse the repository at this point in the history
Launching process alone takes 5 seconds which is the default timeout.
  • Loading branch information
Jahed Ahmed committed Aug 11, 2021
1 parent 6573d1b commit 97f1dc3
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions test/jest/acceptance/analytics.spec.ts
Expand Up @@ -3,6 +3,8 @@ import { createProject } from '../util/createProject';
import { runSnykCLI } from '../util/runSnykCLI';
import * as fs from 'fs';

jest.setTimeout(1000 * 30);

describe('analytics module', () => {
let server;
let env: Record<string, string>;
Expand Down

0 comments on commit 97f1dc3

Please sign in to comment.