mirror of https://github.com/apache/druid.git
increase test timeout to 15sec as leader election jitter is random sleep between 1 to 5 secs (#4756)
This commit is contained in:
parent
dc5c6f13b1
commit
d43687d578
|
@ -48,7 +48,7 @@ public class CuratorDruidLeaderSelectorTest extends CuratorTestBase
|
|||
setupServerAndCurator();
|
||||
}
|
||||
|
||||
@Test(timeout = 5000)
|
||||
@Test(timeout = 15000)
|
||||
public void testSimple() throws Exception
|
||||
{
|
||||
curator.start();
|
||||
|
|
Loading…
Reference in New Issue