diff options
author | Takashi Kokubun <[email protected]> | 2022-12-01 15:37:18 -0800 |
---|---|---|
committer | Takashi Kokubun <[email protected]> | 2022-12-01 15:37:41 -0800 |
commit | 8ffa8fc192f4c4005fd2216108ee82876b4165cb (patch) | |
tree | 2200894364e9e39facd3a3042737ed32a9caf90f /test | |
parent | f0cf70c84065f0780f9bd251688c56da2ecede28 (diff) |
Relax the timeout of a YAML test
https://cirrus-ci.com/task/4752663775019008
Diffstat (limited to 'test')
-rw-r--r-- | test/yaml/test_store.rb | 2 |
1 files changed, 1 insertions, 1 deletions
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}"} |