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 b9cb41e commit 383e23bCopy full SHA for 383e23b
packages/cubejs-testing-drivers/src/helpers/buildPreaggs.ts
@@ -91,7 +91,7 @@ export async function buildPreaggs(
91
setTimeout(() => {
92
clearInterval(interval);
93
reject('Cube pre-aggregations build failed: timeout.');
94
- }, 120000);
+ }, 130000);
95
}
96
});
97
@@ -135,7 +135,7 @@ export async function hookPreaggs(
135
},
136
tokens,
137
);
138
-
+
139
selectors.forEach((info) => {
140
const { status } = info;
141
if (status.indexOf('failure') >= 0) {
0 commit comments