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

ruby-changes:30473

From: usa <ko1@a...>
Date: Wed, 14 Aug 2013 14:59:29 +0900 (JST)
Subject: [ruby-changes:30473] usa:r42552 (trunk): * test/test_pstore.rb

usa	2013-08-14 14:59:22 +0900 (Wed, 14 Aug 2013)

  New Revision: 42552

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

  Log:
    * test/test_pstore.rb
      (PStoreTest#test_pstore_files_are_accessed_as_binary_files): changed because
      vc10-x64 CI fails with timeout.

  Modified files:
    trunk/test/test_pstore.rb
Index: test/test_pstore.rb
===================================================================
--- test/test_pstore.rb	(revision 42551)
+++ test/test_pstore.rb	(revision 42552)
@@ -120,7 +120,7 @@ class PStoreTest < Test::Unit::TestCase https://github.com/ruby/ruby/blob/trunk/test/test_pstore.rb#L120
   def test_pstore_files_are_accessed_as_binary_files
     bug5311 = '[ruby-core:39503]'
     n = 128
-    assert_in_out_err(["-Eutf-8:utf-8", "-rpstore", "-", @pstore_file], <<-SRC, [bug5311], [], bug5311, timeout: 15)
+    assert_in_out_err(["-Eutf-8:utf-8", "-rpstore", "-", @pstore_file], <<-SRC, [bug5311], [], bug5311, timeout: 30)
       @pstore = PStore.new(ARGV[0])
       (1..#{n}).each do |i|
         @pstore.transaction {@pstore["Key\#{i}"] = "value \#{i}"}

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

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