[jboss-jira] [JBoss JIRA] (WFLY-13579) Make most of the calls which wait for timeout configurable with TimeoutUtil
Ondrej Chaloupka (Jira)
issues at jboss.org
Tue Jun 9 11:26:53 EDT 2020
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/shared/src/main/java/org/jboss/as/test/shared/TimeoutUtil.java).
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)
More information about the jboss-jira
mailing list