1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00

Slimed down test runtime by stressing openssl.so only [Bug #16196]

This commit is contained in:
Nobuyoshi Nakada 2019-10-10 19:56:51 +09:00
parent 3f413896c3
commit 0131fab749
No known key found for this signature in database
GPG key ID: 4BC7D6DF58D8DF60

View file

@ -636,8 +636,7 @@ class OpenSSL::TestASN1 < OpenSSL::TestCase
end end
def test_gc_stress def test_gc_stress
skip "very time consuming test" assert_ruby_status(['--disable-gems', '-eGC.stress=true', '-erequire "openssl.so"'])
assert_ruby_status([{"RUBY_DEBUG"=>"gc_stress"}, "--disable-gems", "-ropenssl", "-eexit"], timeout: 20)
end end
private private