increase test timeout to 15sec as leader election jitter is random sleep between 1 to 5 secs (#4756)

This commit is contained in:
Himanshu 2017-09-06 11:56:25 -05:00 committed by Gian Merlino
parent dc5c6f13b1
commit d43687d578
1 changed files with 1 additions and 1 deletions

View File

@ -48,7 +48,7 @@ public class CuratorDruidLeaderSelectorTest extends CuratorTestBase
setupServerAndCurator();
}
@Test(timeout = 5000)
@Test(timeout = 15000)
public void testSimple() throws Exception
{
curator.start();