Skip to content

Commit

Permalink
Relax the timeout of a YAML test
Browse files Browse the repository at this point in the history
  • Loading branch information
k0kubun committed Dec 1, 2022
1 parent f0cf70c commit 8ffa8fc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/yaml/test_store.rb
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@ def test_nested_transaction_raises_error
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}"}
Expand Down

0 comments on commit 8ffa8fc

Please sign in to comment.