1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00

adjust and reduce sleep

git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@7580 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
seki 2004-12-16 13:38:15 +00:00
parent 67f4a393ba
commit c09dc0f725
2 changed files with 5 additions and 4 deletions

View file

@ -1,3 +1,7 @@
Thu Dec 16 22:36:57 2004 Masatoshi SEKI <m_seki@mva.biglobe.ne.jp>
* test/drb/test_drb.rb: adjust and reduce sleep.
Thu Dec 16 18:37:08 2004 GOTOU Yuuzou <gotoyuzo@notwork.org>
* ext/openssl/ossl.c (ossl_raise): refine message format.

View file

@ -193,7 +193,7 @@ end
class TestDRbReusePort < TestDRbAry
def setup
sleep 1
sleep 1.2
@ext = DRbService.manager.service('ut_port.rb')
@there = @ext.front
end
@ -201,7 +201,6 @@ end
class TestDRbSafe1 < TestDRbAry
def setup
sleep 1
@ext = DRbService.manager.service('ut_safe1.rb')
@there = @ext.front
end
@ -210,7 +209,6 @@ end
class TestDRbEval < Test::Unit::TestCase
def setup
super
sleep 1
@ext = DRbService.manager.service('ut_eval.rb')
@there = @ext.front
end
@ -242,7 +240,6 @@ end
class TestDRbLarge < Test::Unit::TestCase
def setup
sleep 1
@ext = DRbService.manager.service('ut_large.rb')
@there = @ext.front
end