Bump test timeout, again

We've added more tests so now the overall duration is over 40 seconds for this file.

I'm increasing the timeout again.
This commit is contained in:
Elena Tanasoiu
2023-04-13 13:05:56 +00:00
parent 128803b65b
commit 09396ff4ce

View File

@@ -22,7 +22,7 @@ import * as databaseFetcher from "../../../src/databaseFetcher";
import { createMockDB } from "../../factories/databases/databases";
import { asError } from "../../../src/pure/helpers-pure";
jest.setTimeout(40_000);
jest.setTimeout(80_000);
describe("SkeletonQueryWizard", () => {
let mockCli: CodeQLCliServer;