You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
ZooKeeperProxy's waitUntilPropogated probably does not need to wait 1/2 a minute - it's making the test cases run slow because we spend at least a minute in Thread.sleep(). i move we change the time to something more reasonable, like 5 seconds.