mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
Increase timeout of TestRequire#test_require_with_loaded_features_pop
unstable10s fails it because of timeout
20161201
T161908Z.fail.html.gz
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@56982 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
f5ef84cb5e
commit
cc2075cd17
1 changed files with 1 additions and 1 deletions
|
@ -697,7 +697,7 @@ class TestRequire < Test::Unit::TestCase
|
|||
bug7530 = '[ruby-core:50645]'
|
||||
Tempfile.create(%w'bug-7530- .rb') {|script|
|
||||
script.close
|
||||
assert_in_out_err([{"RUBYOPT" => nil}, "-", script.path], <<-INPUT, %w(:ok), [], bug7530)
|
||||
assert_in_out_err([{"RUBYOPT" => nil}, "-", script.path], <<-INPUT, %w(:ok), [], bug7530, timeout: 20)
|
||||
PATH = ARGV.shift
|
||||
THREADS = 2
|
||||
ITERATIONS_PER_THREAD = 1000
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue