Skip to content

Commit 09396ff

Browse files
committed
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.
1 parent 128803b commit 09396ff

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

extensions/ql-vscode/test/vscode-tests/cli-integration/skeleton-query-wizard.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ import * as databaseFetcher from "../../../src/databaseFetcher";
2222
import { createMockDB } from "../../factories/databases/databases";
2323
import { asError } from "../../../src/pure/helpers-pure";
2424

25-
jest.setTimeout(40_000);
25+
jest.setTimeout(80_000);
2626

2727
describe("SkeletonQueryWizard", () => {
2828
let mockCli: CodeQLCliServer;

0 commit comments

Comments
 (0)