-
Bug
-
Resolution: Done
-
Minor
-
None
-
None
On Narayana CI we experience with intermittent failures of the test StopFromDifferentNodeTestCase.
As the CI is slow we need to be able to configure the timeout for any waiting actions.
The test waits for the container is stopped
https://github.com/wildfly/wildfly/blob/master/testsuite/integration/multinode/src/test/java/org/jboss/as/test/multinode/batch/stoprestart/StopFromDifferentNodeTestCase.java#L267
The delay would be good to be parametrized by timeout adjust parameter.
https://github.com/wildfly/wildfly-core/blob/16.0.0.Beta4/testsuite/shared/src/main/java/org/jboss/as/test/shared/TimeoutUtil.java
- relates to
-
WFLY-13579 Make most of the calls which wait for timeout configurable with TimeoutUtil
- Closed
-
WFLY-14828 Add timeout parametrization for multinode DatabaseTimerServiceMultiNodeTestCase
- Closed