Merge pull request #4531 from claui/spec-increase-timeout

Increase spec timeout to 30 seconds
This commit is contained in:
Mike McQuaid 2018-07-22 16:30:11 +01:00 committed by GitHub
commit 3b5aabf90d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -183,7 +183,7 @@ describe Hbc::SystemCommand, :cask do
}
it "returns without deadlocking" do
wait(15).for {
wait(30).for {
described_class.run(command, options)
}.to be_a_success
end