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

ruby-changes:36565

From: usa <ko1@a...>
Date: Sat, 29 Nov 2014 15:01:55 +0900 (JST)
Subject: [ruby-changes:36565] usa:r48646 (trunk): * test/ruby/test_const.rb (TestConst#test_redefinition_memory_leak): extend the

usa	2014-11-29 15:01:49 +0900 (Sat, 29 Nov 2014)

  New Revision: 48646

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

  Log:
    * test/ruby/test_const.rb (TestConst#test_redefinition_memory_leak): extend the
      timeout because mswin CI reports timeout.

  Modified files:
    trunk/test/ruby/test_const.rb
Index: test/ruby/test_const.rb
===================================================================
--- test/ruby/test_const.rb	(revision 48645)
+++ test/ruby/test_const.rb	(revision 48646)
@@ -67,6 +67,6 @@ $stderr.reopen(File::NULL, "wb") https://github.com/ruby/ruby/blob/trunk/test/ruby/test_const.rb#L67
 350000.times { FOO = :BAR }
 $stderr.reopen(olderr)
 PRE
-    assert_no_memory_leak([], '', code, 'redefined constant')
+    assert_no_memory_leak([], '', code, 'redefined constant', timeout: 30)
   end
 end

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

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