Ivo Studensky created WFCORE-2638:
-------------------------------------
Summary: CLITestUtil should set connectionTimeout value to something more
than 5 secs which is the default now
Key: WFCORE-2638
URL:
https://issues.jboss.org/browse/WFCORE-2638
Project: WildFly Core
Issue Type: Bug
Components: Test Suite
Affects Versions: 3.0.0.Beta11
Reporter: Ivo Studensky
Assignee: Ivo Studensky
Fix For: 3.0.0.Beta14
{{CLITestUtil}} creates a command context without setting any {{connectionTimeout}} for
it. The default value of the {{connectionTimeout}} is 5 seconds. This value seems to be
too low under some circumstances, see JBEAP-8244.
{{CLITestUtil}} at line 79 (see \[1\]) should use a different factory method to create the
{{CommandContext}} and should provide a decent value for {{connectionTimeout}} too.
\[1\]
https://github.com/wildfly/wildfly-core/blob/master/testsuite/shared/src/...
--
This message was sent by Atlassian JIRA
(v7.2.3#72005)