Skip to content

Commit

Permalink
Maybe the timing of the startup log changed?
Browse files Browse the repository at this point in the history
  • Loading branch information
johanandren committed Jan 25, 2024
1 parent efe3095 commit eed98d5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion testkit/src/integration-testkit.ts
Original file line number Diff line number Diff line change
Expand Up @@ -175,7 +175,7 @@ export class IntegrationTestkit {
'VERSION_CHECK_ON_STARTUP',
process.env.VERSION_CHECK_ON_STARTUP || 'true',
)
.withWaitStrategy(Wait.forLogMessage('Starting Kalix '))
.withWaitStrategy(Wait.forLogMessage('Connecting to '))
.start();
this.proxyPort = proxyContainer.getMappedPort(9000);
// sdk needs to know how to call itself for cross component calls,
Expand Down

0 comments on commit eed98d5

Please sign in to comment.