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 f8f640c commit e447427Copy full SHA for e447427
packages/cubejs-server-core/test/unit/RefreshScheduler.test.ts
@@ -254,7 +254,8 @@ class MockDriver extends BaseDriver {
254
255
public cancelledQueries: any[] = [];
256
257
- private tablesQueryDelay: any;
+ // FIXME: With small or absent delay 'Manual pre-aggregations rebuild via postBuildJobs' tests fails with incorrect results.
258
+ private tablesQueryDelay: any = 200;
259
260
private schema: any;
261
0 commit comments