Ondrej Chaloupka created WFLY-13579:
---------------------------------------
Summary: Make most of the calls which wait for timeout configurable with
TimeoutUtil
Key: WFLY-13579
URL:
https://issues.redhat.com/browse/WFLY-13579
Project: WildFly
Issue Type: Enhancement
Components: Test Suite
Reporter: Ondrej Chaloupka
Assignee: Ondrej Chaloupka
There are several places in WFLY testsuite which use calls like {{Thread.sleep(...)}} or
wait for some time elapses. Some of these calls do not consider that waiting time should
be adapted based on the system property {{ts.timeout.factor}}.
This is for what is created a helper class in testsuite {{shared}} module {{TimeoutUtil}}
(
https://github.com/wildfly/wildfly-core/blob/12.0.1.Final/testsuite/share...).
Reason: we have a slower CI machine and we struggle with timeout issues from places which
does not consider this configuration
--
This message was sent by Atlassian Jira
(v7.13.8#713008)