зеркало из https://github.com/github/ruby.git
* test/test_pstore.rb
(PStoreTest#test_pstore_files_are_accessed_as_binary_files): changed because vc10-x64 CI fails with timeout. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@42552 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
Родитель
a28d1eff65
Коммит
e74a9c0668
|
@ -120,7 +120,7 @@ class PStoreTest < Test::Unit::TestCase
|
|||
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}"}
|
||||
|
|
Загрузка…
Ссылка в новой задаче