apache / incubator-kie-kogito-apps

Kogito Apps - Kogito is a cloud-native business automation technology for building cloud-ready business applications.
http://kogito.kie.org
Apache License 2.0
58 stars 125 forks source link

kie-issues#746: set timeout for testcontainers after waitingFor invocation #1933

Closed jstastny-cz closed 7 months ago

jstastny-cz commented 7 months ago

Cherry-pick of

Fixes

Another batch of fixes due to misconfiguration of testcontainers coming from the fact that waitingFor method invocation drops previously configured withStartupTimeout value. Need to override after each such call - can't rely on the value set in parent classes.