Merge pull request #4531 from claui/spec-increase-timeout
Increase spec timeout to 30 seconds
This commit is contained in:
commit
3b5aabf90d
@ -183,7 +183,7 @@ describe Hbc::SystemCommand, :cask do
|
|||||||
}
|
}
|
||||||
|
|
||||||
it "returns without deadlocking" do
|
it "returns without deadlocking" do
|
||||||
wait(15).for {
|
wait(30).for {
|
||||||
described_class.run(command, options)
|
described_class.run(command, options)
|
||||||
}.to be_a_success
|
}.to be_a_success
|
||||||
end
|
end
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user