From 6874b1ccbf4c2db118651fd897f7923748733cb4 Mon Sep 17 00:00:00 2001 From: nagachika Date: Mon, 5 Aug 2019 13:39:48 +0000 Subject: merge revision(s) 2403f9ac3af170ce0107a709a9cb510fe0501648: Expand the timeout of `test_pstore_files_are_accessed_as_binary_files` Sometimes causes timeout error on mswin CI git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_2_6@67727 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- test/test_pstore.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test') diff --git a/test/test_pstore.rb b/test/test_pstore.rb index 9d9e8565ec..52b74f3775 100644 --- a/test/test_pstore.rb +++ b/test/test_pstore.rb @@ -133,7 +133,7 @@ class PStoreTest < Test::Unit::TestCase def test_pstore_files_are_accessed_as_binary_files bug5311 = '[ruby-core:39503]' n = 128 - assert_in_out_err(["-Eutf-8:utf-8", "-rpstore", "-", @pstore_file], <<-SRC, [bug5311], [], bug5311, timeout: 15) + assert_in_out_err(["-Eutf-8:utf-8", "-rpstore", "-", @pstore_file], <<-SRC, [bug5311], [], bug5311, timeout: 30) @pstore = PStore.new(ARGV[0]) (1..#{n}).each do |i| @pstore.transaction {@pstore["Key\#{i}"] = "value \#{i}"} -- cgit v1.2.3