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 4a3e095 commit 6b57ba6Copy full SHA for 6b57ba6
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