Skip to content

Commit

Permalink
Merge pull request #2177 from snyk/test/set-jest-acceptance-timeout
Browse files Browse the repository at this point in the history
test: increase timeout for slow oauth test
  • Loading branch information
Jahed Ahmed committed Aug 19, 2021
2 parents 65c35be + 13dce51 commit 55e88f9
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 55e88f9

Please sign in to comment.