diff options
author | Nobuyoshi Nakada <nobu@ruby-lang.org> | 2019-10-10 19:56:51 +0900 |
---|---|---|
committer | Nobuyoshi Nakada <nobu@ruby-lang.org> | 2019-10-10 19:59:21 +0900 |
commit | 0131fab749fb76800de09e49a6abf910201c5b58 (patch) | |
tree | 104094a6768b85d1fdc185d5ef6132eb0be7e9f2 /test/openssl | |
parent | 3f413896c3e71e4d2ed61bcd969f2ed3fc35ea4a (diff) | |
download | bundler-0131fab749fb76800de09e49a6abf910201c5b58.tar.gz |
Slimed down test runtime by stressing openssl.so only [Bug #16196]
Diffstat (limited to 'test/openssl')
-rw-r--r-- | test/openssl/test_asn1.rb | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/test/openssl/test_asn1.rb b/test/openssl/test_asn1.rb index ad76f07c05..4a30a9acc0 100644 --- a/test/openssl/test_asn1.rb +++ b/test/openssl/test_asn1.rb @@ -636,8 +636,7 @@ class OpenSSL::TestASN1 < OpenSSL::TestCase end def test_gc_stress - skip "very time consuming test" - assert_ruby_status([{"RUBY_DEBUG"=>"gc_stress"}, "--disable-gems", "-ropenssl", "-eexit"], timeout: 20) + assert_ruby_status(['--disable-gems', '-eGC.stress=true', '-erequire "openssl.so"']) end private |