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 cdf5bbf commit 1f968abCopy full SHA for 1f968ab
packages/cubejs-testing-drivers/src/helpers/runEnvironment.ts
@@ -119,6 +119,8 @@ export async function runEnvironment(
119
compose.withEnvironment({
120
CUBEJS_TELEMETRY: 'false',
121
});
122
+ compose.withWaitStrategy('cube', Wait.forListeningPorts());
123
+ compose.withWaitStrategy('store', Wait.forListeningPorts());
124
125
Object.keys(fixture.cube.environment).forEach((key) => {
126
const val = fixture.cube.environment[key];
0 commit comments