Attempts to remove a little of this tests flakiness

pull/340/head
Tim Emiola 10 years ago
parent 554a11c018
commit 6f06a7e81d
  1. 2
      src/ruby/spec/generic/active_call_spec.rb

@ -371,6 +371,6 @@ describe GRPC::ActiveCall do
end
def deadline
Time.now + 0.25 # in 0.25 seconds; arbitrary
Time.now + 1 # in 1 second; arbitrary
end
end

Loading…
Cancel
Save