Skip to content

Commit

Permalink
Expand the timeout of test_pstore_files_are_accessed_as_binary_files
Browse files Browse the repository at this point in the history
Sometimes causes timeout error on mswin CI
  • Loading branch information
unak committed Aug 5, 2019
1 parent 6a26527 commit 2403f9a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/test_pstore.rb
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@ def test_nested_transaction_raises_error
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}"}
Expand Down

0 comments on commit 2403f9a

Please sign in to comment.