mirror of
https://github.com/ruby/ruby.git
synced 2025-08-24 05:25:34 +02:00
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@66985 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
7c9771be02
commit
3dd0b61624
1 changed files with 4 additions and 0 deletions
|
@ -8,6 +8,9 @@ require 'rinda/tuplespace'
|
||||||
require 'timeout'
|
require 'timeout'
|
||||||
require 'singleton'
|
require 'singleton'
|
||||||
|
|
||||||
|
DRb.start_service
|
||||||
|
|
||||||
|
|
||||||
module Rinda
|
module Rinda
|
||||||
|
|
||||||
class MockClock
|
class MockClock
|
||||||
|
@ -795,6 +798,7 @@ class TestRingServer < Test::Unit::TestCase
|
||||||
mth.raise(Timeout::Error)
|
mth.raise(Timeout::Error)
|
||||||
end
|
end
|
||||||
tl0 << th
|
tl0 << th
|
||||||
|
yield
|
||||||
rescue Timeout::Error => e
|
rescue Timeout::Error => e
|
||||||
if tl
|
if tl
|
||||||
bt = e.backtrace
|
bt = e.backtrace
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue