test/fake_home.rb in zold-0.23.2 vs test/fake_home.rb in zold-0.23.3
- old
+ new
@@ -44,10 +44,10 @@
def run
Dir.mktmpdir do |dir|
FileUtils.copy(File.expand_path(File.join(__dir__, '../fixtures/id_rsa')), File.join(dir, 'id_rsa'))
result = yield FakeHome.new(dir, log: @log)
- sleep 0.1 # It's a workaround against a bug (without it tests fail sporadically)
+ sleep 0.5 # It's a workaround against a bug (without it tests fail sporadically)
result
end
end
def wallets