We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6573d1b commit 97f1dc3Copy full SHA for 97f1dc3
test/jest/acceptance/analytics.spec.ts
@@ -3,6 +3,8 @@ import { createProject } from '../util/createProject';
3
import { runSnykCLI } from '../util/runSnykCLI';
4
import * as fs from 'fs';
5
6
+jest.setTimeout(1000 * 30);
7
+
8
describe('analytics module', () => {
9
let server;
10
let env: Record<string, string>;
0 commit comments