Increase timeout for "variant analysis submission" test (#1958)

This commit is contained in:
Shati Patel
2023-01-12 12:04:26 +00:00
committed by GitHub
parent e322bf829a
commit 2b7d2d0610

View File

@@ -16,7 +16,7 @@ import { CodeQLExtensionInterface } from "../../../../src/extension";
import { Credentials } from "../../../../src/authentication";
import { MockGitHubApiServer } from "../../../../src/mocks/mock-gh-api-server";
jest.setTimeout(10_000);
jest.setTimeout(30_000);
const mockServer = new MockGitHubApiServer();
beforeAll(() => mockServer.startServer());