test/test_hungry_wallets.rb in zold-0.19.1 vs test/test_hungry_wallets.rb in zold-0.19.2
- old
+ new
@@ -44,10 +44,10 @@
wallets = Zold::HungryWallets.new(
home.wallets, remotes, File.join(home.dir, 'copies'),
pool, log: test_log
)
wallets.acq(id) { |w| assert(!w.exists?) }
- pool.join(1)
+ pool.join(2)
assert_requested(get)
end
end
end