mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
Expand the timeout of test_pstore_files_are_accessed_as_binary_files
Sometimes causes timeout error on mswin CI
This commit is contained in:
parent
6a265278b5
commit
2403f9ac3a
1 changed files with 1 additions and 1 deletions
|
@ -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}"}
|
||||
|
|
Loading…
Add table
Reference in a new issue