Skip to content

Commit 383e23b

Browse files
committed
increase timeout for pre-aggs
1 parent b9cb41e commit 383e23b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

packages/cubejs-testing-drivers/src/helpers/buildPreaggs.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ export async function buildPreaggs(
9191
setTimeout(() => {
9292
clearInterval(interval);
9393
reject('Cube pre-aggregations build failed: timeout.');
94-
}, 120000);
94+
}, 130000);
9595
}
9696
});
9797
});
@@ -135,7 +135,7 @@ export async function hookPreaggs(
135135
},
136136
tokens,
137137
);
138-
138+
139139
selectors.forEach((info) => {
140140
const { status } = info;
141141
if (status.indexOf('failure') >= 0) {

0 commit comments

Comments
 (0)