]
Brian Stansberry reassigned WFCORE-2600:
----------------------------------------
Assignee: Brian Stansberry (was: Ivo Studensky)
CLITestUtil should set connectionTimeout value to something more than
5 secs which is the default now
-----------------------------------------------------------------------------------------------------
Key: WFCORE-2600
URL:
https://issues.jboss.org/browse/WFCORE-2600
Project: WildFly Core
Issue Type: Bug
Components: Test Suite
Affects Versions: 3.0.0.Beta11
Reporter: Ivo Studensky
Assignee: Brian Stansberry
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/...