summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJames E. King, III <jking@apache.org>2017-11-30 08:39:17 -0500
committerJames E. King, III <jking@apache.org>2017-11-30 12:32:17 -0500
commit1ce7a5b459c47d6c960850a8a97eacc53a851452 (patch)
tree276db637204ac0ffa4fbda99fc0d63f724b2f9fc
parent35f987d45b2d4e03f3047a923f40fbb54c9e67eb (diff)
downloadthrift-1ce7a5b459c47d6c960850a8a97eacc53a851452.tar.gz
THRIFT-2913: fix random CI build failures in lib/rb test
'Thrift::ThreadPoolServer should serve inside a thread' Client: rb This closes #1429
-rw-r--r--lib/rb/spec/server_spec.rb1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/rb/spec/server_spec.rb b/lib/rb/spec/server_spec.rb
index eaecbda09..93b919568 100644
--- a/lib/rb/spec/server_spec.rb
+++ b/lib/rb/spec/server_spec.rb
@@ -97,6 +97,7 @@ describe 'Server' do
@prot = mock("BaseProtocol")
@client = mock("Client")
@server = described_class.new(@processor, @server_trans, @trans, @prot)
+ sleep(0.1)
end
it "should serve inside a thread" do