jstastny-cz commented on PR #1931: URL: https://github.com/apache/incubator-kie-kogito-apps/pull/1931#issuecomment-1845152640
The one test fail should IMO be fixed by * apache/incubator-kie-kogito-apps#1933 ``` 2023-12-05T21:21:52.1624972Z 21:21:52.041 [main] INFO tc.org.kie.kogito/integration-tests-trusty-service-springboot:2.0.0-SNAPSHOT -- Container org.kie.kogito/integration-tests-trusty-service-springboot:2.0.0-SNAPSHOT is starting: ``` and ``` 2023-12-05T21:22:52.4363866Z 21:22:52.414 [main] DEBUG tc.org.kie.kogito/integration-tests-trusty-service-springboot:2.0.0-SNAPSHOT -- Wait strategy threw an exception 2023-12-05T21:22:52.4366666Z org.testcontainers.containers.ContainerLaunchException: Timed out waiting for log output matching '.*Started KogitoApplication in.*' ``` That the startupTimeout was exceeded, but was only 60 s - the PR linked above increases the time to the expected value (several minutes). -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
