summaryrefslogtreecommitdiff
path: root/test/yaml/test_store.rb
diff options
context:
space:
mode:
Diffstat (limited to 'test/yaml/test_store.rb')
-rw-r--r--test/yaml/test_store.rb4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/yaml/test_store.rb b/test/yaml/test_store.rb
index ef8d3229c1..d389530271 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}"}
@@ -177,4 +177,4 @@ class YAMLStoreTest < Test::Unit::TestCase
end
assert_equal(indentation_3_yaml, File.read(@yaml_store_file), bug12800)
end
-end
+end if defined?(::YAML::Store)