summaryrefslogtreecommitdiff
path: root/test/ruby/test_const.rb
diff options
context:
space:
mode:
Diffstat (limited to 'test/ruby/test_const.rb')
-rw-r--r--test/ruby/test_const.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/ruby/test_const.rb b/test/ruby/test_const.rb
index 2e3aea2f48..892d775319 100644
--- a/test/ruby/test_const.rb
+++ b/test/ruby/test_const.rb
@@ -67,6 +67,6 @@ $stderr.reopen(File::NULL, "wb")
350000.times { FOO = :BAR }
$stderr.reopen(olderr)
PRE
- assert_no_memory_leak([], '', code, 'redefined constant')
+ assert_no_memory_leak([], '', code, 'redefined constant', timeout: 30)
end
end