Increase timeout tolerance.
Co-Authored-By: reitermarkus <me@reitermark.us>
This commit is contained in:
parent
785ffb1b2c
commit
35b8c3d6e2
@ -149,7 +149,7 @@ shared_examples "#uninstall_phase or #zap_phase" do
|
||||
}.to output(/Application 'my.fancy.package.app' did not quit\./).to_stderr
|
||||
end
|
||||
|
||||
expect(time.real).to be_within(0.5).of(10)
|
||||
expect(time.real).to be_within(3).of(10)
|
||||
end
|
||||
end
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user