[前][次][番号順一覧][スレッド一覧]

ruby-changes:36819

From: normal <ko1@a...>
Date: Sat, 20 Dec 2014 05:20:40 +0900 (JST)
Subject: [ruby-changes:36819] normal:r48900 (trunk): test/test_weakref.rb: increase timeout [Bug #10618]

normal	2014-12-20 05:20:33 +0900 (Sat, 20 Dec 2014)

  New Revision: 48900

  http://svn.ruby-lang.org/cgi-bin/viewvc.cgi?view=revision&revision=48900

  Log:
    test/test_weakref.rb: increase timeout [Bug #10618]
    
    * test/test_weakref.rb (test_repeated_object_leak): increase timeout
      [Bug #10618]

  Modified files:
    trunk/test/test_weakref.rb
Index: test/test_weakref.rb
===================================================================
--- test/test_weakref.rb	(revision 48899)
+++ test/test_weakref.rb	(revision 48900)
@@ -63,7 +63,7 @@ class TestWeakRef < Test::Unit::TestCase https://github.com/ruby/ruby/blob/trunk/test/test_weakref.rb#L63
 
   def test_repeated_object_leak
     bug10537 = '[ruby-core:66428]'
-    assert_no_memory_leak(%w(-rweakref), '', <<-'end;', bug10537)
+    assert_no_memory_leak(%w(-rweakref), '', <<-'end;', bug10537, timeout: 60)
       a = Object.new
       150_000.times { WeakRef.new(a) }
     end;

--
ML: ruby-changes@q...
Info: http://www.atdot.net/~ko1/quickml/

[前][次][番号順一覧][スレッド一覧]