nrknithin commented on code in PR #4270:
URL:
https://github.com/apache/incubator-kie-kogito-runtimes/pull/4270#discussion_r3239839420
##########
springboot/integration-tests/integration-tests-springboot-processes-persistence-it/integration-tests-springboot-processes-persistence-common/src/test/java/org/kie/kogito/it/PersistenceTest.java:
##########
@@ -56,7 +56,9 @@ public abstract class PersistenceTest {
RestAssured.enableLoggingOfRequestAndResponseIfValidationFails();
}
- public static final Duration TIMEOUT = Duration.ofSeconds(10);
+ // testParallelPersistence (parallel + optimistic-lock retry) needs ~12s
under loaded builds.
+ // TODO tighten back to 10s once the per-transaction overhead in Spring 7
+ Hibernate 7 is profiled.
+ public static final Duration TIMEOUT = Duration.ofSeconds(30);
Review Comment:
@yesamer I have reverted this change it was a local performance issue due to
some cold start issue. CI build completed with the reverted change
--
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]