From 8ffa8fc192f4c4005fd2216108ee82876b4165cb Mon Sep 17 00:00:00 2001 From: Takashi Kokubun Date: Thu, 1 Dec 2022 15:37:18 -0800 Subject: [PATCH] Relax the timeout of a YAML test https://cirrus-ci.com/task/4752663775019008 --- test/yaml/test_store.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/yaml/test_store.rb b/test/yaml/test_store.rb index ef8d3229c1..74557db964 100644 --- a/test/yaml/test_store.rb +++ b/test/yaml/test_store.rb @@ -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}"}