Tsz-wo Sze created RATIS-2078:
---------------------------------
Summary: @Timeout unit default is second but not millisecond
Key: RATIS-2078
URL: https://issues.apache.org/jira/browse/RATIS-2078
Project: Ratis
Issue Type: Sub-task
Components: test
Reporter: Tsz-wo Sze
{code}
public class TestRaftServerJmx extends BaseTest {
@Test
@Timeout(value = 30000)
public void testJmxBeans() throws Exception {
{code}
As an example, the timeout above is 8.3 hours while the correct timeout is 30s.
--
This message was sent by Atlassian Jira
(v8.20.10#820010)