Merge pull request #2325 from github/koesie10/raise-queries-timeout
Raise timeout of queries tests
This commit is contained in:
@@ -27,7 +27,7 @@ import { QueryResultType } from "../../../src/pure/new-messages";
|
||||
import { createVSCodeCommandManager } from "../../../src/common/vscode/commands";
|
||||
import { AllCommands, QueryServerCommands } from "../../../src/common/commands";
|
||||
|
||||
jest.setTimeout(20_000);
|
||||
jest.setTimeout(60_000);
|
||||
|
||||
/**
|
||||
* Integration tests for queries
|
||||
|
||||
Reference in New Issue
Block a user