Skip to content

Commit

Permalink
Increase the timeout values on Ping specs.
Browse files Browse the repository at this point in the history
  • Loading branch information
Brian Ford committed Mar 10, 2011
1 parent 1541aae commit 681db7e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions spec/ruby/library/ping/pingecho_spec.rb
Expand Up @@ -9,11 +9,11 @@
end

it "pings a host with a timeout value" do
Ping.pingecho('127.0.0.1', 3).should be_true
Ping.pingecho('127.0.0.1', 10).should be_true
end

it "pings a host with a timeout value and service identifier" do
Ping.pingecho('127.0.0.1', 3, 7).should be_true
Ping.pingecho('127.0.0.1', 10, 7).should be_true
end

it "returns false if the port is invalid" do
Expand Down

0 comments on commit 681db7e

Please sign in to comment.