Skip to content

Commit e447427

Browse files
committed
increase delay in tests to pass
1 parent f8f640c commit e447427

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

packages/cubejs-server-core/test/unit/RefreshScheduler.test.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -254,7 +254,8 @@ class MockDriver extends BaseDriver {
254254

255255
public cancelledQueries: any[] = [];
256256

257-
private tablesQueryDelay: any;
257+
// FIXME: With small or absent delay 'Manual pre-aggregations rebuild via postBuildJobs' tests fails with incorrect results.
258+
private tablesQueryDelay: any = 200;
258259

259260
private schema: any;
260261

0 commit comments

Comments
 (0)