Skip to content

Commit 6b57ba6

Browse files
authored
chore(ci): use Wait.forListeningPorts() in drivers tests (#10023)
1 parent 4a3e095 commit 6b57ba6

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -119,6 +119,8 @@ export async function runEnvironment(
119119
compose.withEnvironment({
120120
CUBEJS_TELEMETRY: 'false',
121121
});
122+
compose.withWaitStrategy('cube', Wait.forListeningPorts());
123+
compose.withWaitStrategy('store', Wait.forListeningPorts());
122124

123125
Object.keys(fixture.cube.environment).forEach((key) => {
124126
const val = fixture.cube.environment[key];

0 commit comments

Comments
 (0)