spec/zk/pool_spec.rb in zk-1.1.0 vs spec/zk/pool_spec.rb in zk-1.1.1
- old
+ new
@@ -107,10 +107,10 @@
# th.join_until { @connection_pool.count_waiters > 0 }
# @connection_pool.count_waiters.should > 0
@connection_pool.force_close!
- lambda { th.join(2) }.should raise_error(ZK::Exceptions::PoolIsShuttingDownException)
+ lambda { th.join(5) }.should raise_error(ZK::Exceptions::PoolIsShuttingDownException)
end
end
it "should allow watchers still" do
@callback_called = false