Skip to content

Commit 13dce51

Browse files
author
Jahed Ahmed
committedAug 19, 2021
test: increase timeout for slow oauth test
1 parent 20feb67 commit 13dce51

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed
 

‎test/jest/acceptance/oauth-token.spec.ts

+2
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@ import { fakeServer } from '../../acceptance/fake-server';
22
import { createProjectFromWorkspace } from '../util/createProject';
33
import { runSnykCLI } from '../util/runSnykCLI';
44

5+
jest.setTimeout(1000 * 60);
6+
57
describe('test using OAuth token', () => {
68
let server: ReturnType<typeof fakeServer>;
79
let env: Record<string, string>;

0 commit comments

Comments
 (0)
Please sign in to comment.