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 2a5aebb commit f5ecb77Copy full SHA for f5ecb77
packages/cubejs-testing-shared/src/db/vertica.ts
@@ -15,7 +15,7 @@ export class VerticaDBRunner extends DbRunnerAbstract {
15
.withEnv('VERTICA_DB_NAME', 'test')
16
.withExposedPorts(5433)
17
.withStartupTimeout(60 * 1000)
18
- .withWaitStrategy(new LogWaitStrategy("Node Status: v_test_node0001: (UP)"))
+ .withWaitStrategy(new LogWaitStrategy("Node Status: v_test_node0001: (UP)"));
19
20
return container.start();
21
}
0 commit comments