We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6523074 commit 71feaf3Copy full SHA for 71feaf3
packages/cubejs-testing-drivers/src/tests/testQueries.ts
@@ -25,7 +25,7 @@ type TestQueriesOptions = {
25
26
export function testQueries(type: string, { includeIncrementalSchemaSuite, extendedEnv, includeHLLSuite, externalSchemaTests }: TestQueriesOptions = {}): void {
27
describe(`Queries with the @cubejs-backend/${type}-driver${extendedEnv ? ` ${extendedEnv}` : ''}`, () => {
28
- jest.setTimeout(60 * 5 * 1000);
+ jest.setTimeout(60 * 7 * 1000);
29
30
const isTesseractEnv = get('DRIVERS_TESTS_CUBEJS_TESSERACT_SQL_PLANNER').default('false').asBool();
31
0 commit comments