Relax the timeout of a YAML test

https://cirrus-ci.com/task/4752663775019008
This commit is contained in:
Takashi Kokubun 2022-12-01 15:37:18 -08:00
parent f0cf70c840
commit 8ffa8fc192
No known key found for this signature in database
GPG Key ID: 6FFC433B12EE23DD

View File

@ -133,7 +133,7 @@ class YAMLStoreTest < Test::Unit::TestCase
def test_yaml_store_files_are_accessed_as_binary_files
bug5311 = '[ruby-core:39503]'
n = 128
assert_in_out_err(["-Eutf-8:utf-8", "-ryaml/store", "-", @yaml_store_file], <<-SRC, [bug5311], [], bug5311, timeout: 15)
assert_in_out_err(["-Eutf-8:utf-8", "-ryaml/store", "-", @yaml_store_file], <<-SRC, [bug5311], [], bug5311, timeout: 60)
@yaml_store = YAML::Store.new(ARGV[0])
(1..#{n}).each do |i|
@yaml_store.transaction {@yaml_store["Key\#{i}"] = "value \#{i}"}