Skip to content

Commit 97f1dc3

Browse files
author
Jahed Ahmed
committedAug 11, 2021
test: increase analytics test timeout
Launching process alone takes 5 seconds which is the default timeout.
1 parent 6573d1b commit 97f1dc3

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed
 

‎test/jest/acceptance/analytics.spec.ts

+2
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,8 @@ import { createProject } from '../util/createProject';
33
import { runSnykCLI } from '../util/runSnykCLI';
44
import * as fs from 'fs';
55

6+
jest.setTimeout(1000 * 30);
7+
68
describe('analytics module', () => {
79
let server;
810
let env: Record<string, string>;

0 commit comments

Comments
 (0)
Please sign in to comment.