summaryrefslogtreecommitdiff
path: root/test/ruby
diff options
context:
space:
mode:
Diffstat (limited to 'test/ruby')
-rw-r--r--test/ruby/test_array.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/ruby/test_array.rb b/test/ruby/test_array.rb
index 5c8034546d..cb39a3e1e9 100644
--- a/test/ruby/test_array.rb
+++ b/test/ruby/test_array.rb
@@ -2452,7 +2452,7 @@ class TestArray < Test::Unit::TestCase
"...(snip #{$&.count("\n")} lines)...\n"
end
end
- assert_normal_exit(<<-EOS, '[Bug #9718]', timeout: 5, stdout_filter: reduce)
+ assert_normal_exit(<<-EOS, '[Bug #9718]', stdout_filter: reduce)
queue = []
10.times do
100_000.times do