Skip to content

Commit

Permalink
Expect generic enough startup string
Browse files Browse the repository at this point in the history
  • Loading branch information
ennru committed Dec 11, 2023
1 parent 984044d commit 53fa26d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion testkit/src/integration-testkit.ts
Original file line number Diff line number Diff line change
Expand Up @@ -175,7 +175,8 @@ export class IntegrationTestkit {
'VERSION_CHECK_ON_STARTUP',
process.env.VERSION_CHECK_ON_STARTUP || 'true',
)
.withWaitStrategy(Wait.forLogMessage('Kalix Runtime started'))
// https://github.com/lightbend/kalix-runtime/blob/4136a07e203e3ebb5b03777aefbe9d72549fe859/proxy/core/src/main/scala/kalix/proxy/DiscoveryManager.scala#L1089-L1091
.withWaitStrategy(Wait.forLogMessage(' started at '))
.start();
this.proxyPort = proxyContainer.getMappedPort(9000);
// sdk needs to know how to call itself for cross component calls,
Expand Down

0 comments on commit 53fa26d

Please sign in to comment.