|
@@ -178,7 +178,7 @@ public class DisconnectedWatcherTest extends ClientBase {
|
|
|
|
|
|
// @see jira issue ZOOKEEPER-706. Test auto reset of a large number of
|
|
// @see jira issue ZOOKEEPER-706. Test auto reset of a large number of
|
|
// watches which require multiple SetWatches calls.
|
|
// watches which require multiple SetWatches calls.
|
|
- @Test(timeout = 600000)
|
|
|
|
|
|
+ @Test(timeout = 840000)
|
|
public void testManyChildWatchersAutoReset() throws Exception {
|
|
public void testManyChildWatchersAutoReset() throws Exception {
|
|
ZooKeeper zk1 = createClient();
|
|
ZooKeeper zk1 = createClient();
|
|
|
|
|