Skip to content

Commit

Permalink
test: increase timeout for slow oauth test
Browse files Browse the repository at this point in the history
  • Loading branch information
Jahed Ahmed committed Aug 19, 2021
1 parent 20feb67 commit 13dce51
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions test/jest/acceptance/oauth-token.spec.ts
Expand Up @@ -2,6 +2,8 @@ import { fakeServer } from '../../acceptance/fake-server';
import { createProjectFromWorkspace } from '../util/createProject';
import { runSnykCLI } from '../util/runSnykCLI';

jest.setTimeout(1000 * 60);

describe('test using OAuth token', () => {
let server: ReturnType<typeof fakeServer>;
let env: Record<string, string>;
Expand Down

0 comments on commit 13dce51

Please sign in to comment.