aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/ruby
diff options
context:
space:
mode:
authorGravatar Tim Emiola <temiola@google.com>2015-01-29 16:18:29 -0800
committerGravatar Tim Emiola <temiola@google.com>2015-01-31 17:55:23 -0800
commit6f06a7e81de33a63b63bc380f78228841a420b17 (patch)
treeaa62ab8a935e52c5276e763a54f03cb4963adf64 /src/ruby
parent554a11c0188718cababd06e95664403c39e15e91 (diff)
Attempts to remove a little of this tests flakiness
Diffstat (limited to 'src/ruby')
-rw-r--r--src/ruby/spec/generic/active_call_spec.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ruby/spec/generic/active_call_spec.rb b/src/ruby/spec/generic/active_call_spec.rb
index e81b2168b0..599e68bef0 100644
--- a/src/ruby/spec/generic/active_call_spec.rb
+++ b/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