From 1ce7a5b459c47d6c960850a8a97eacc53a851452 Mon Sep 17 00:00:00 2001 From: "James E. King, III" Date: Thu, 30 Nov 2017 08:39:17 -0500 Subject: THRIFT-2913: fix random CI build failures in lib/rb test 'Thrift::ThreadPoolServer should serve inside a thread' Client: rb This closes #1429 --- lib/rb/spec/server_spec.rb | 1 + 1 file changed, 1 insertion(+) (limited to 'lib/rb') 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 -- cgit v1.2.1