Changeset 4679
- Timestamp:
- 2011-02-11 08:40:24 (2 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/global/zk-util/src/test/java/org/lilyproject/util/zookeeper/test/ZkLockTest.java
r4592 r4679 54 54 ZK_CLUSTER.startup(ZK_DIR); 55 55 56 ZK = ZkUtil.connect("localhost:" + ZK_CLIENT_PORT, 3000 );56 ZK = ZkUtil.connect("localhost:" + ZK_CLIENT_PORT, 30000); 57 57 } 58 58
Note: See TracChangeset
for help on using the changeset viewer.