ruby-changes:56046
From: Yusuke <ko1@a...>
Date: Fri, 7 Jun 2019 23:38:10 +0900 (JST)
Subject: [ruby-changes:56046] Yusuke Endoh: 75751dca2b (trunk): test/openssl/utils.rb: Extend the timeout for armv7l
https://git.ruby-lang.org/ruby.git/commit/?id=75751dca2b From 75751dca2b9f573db923cecd9767e9174fb69a98 Mon Sep 17 00:00:00 2001 From: Yusuke Endoh <mame@r...> Date: Fri, 7 Jun 2019 23:33:23 +0900 Subject: test/openssl/utils.rb: Extend the timeout for armv7l https://rubyci.org/logs/rubyci.s3.amazonaws.com/scw-9d6766/ruby-master/log/20190607T051708Z.fail.html.gz diff --git a/test/openssl/utils.rb b/test/openssl/utils.rb index f3f4bf3..bf19163 100644 --- a/test/openssl/utils.rb +++ b/test/openssl/utils.rb @@ -266,7 +266,7 @@ class OpenSSL::SSLTestCase < OpenSSL::TestCase https://github.com/ruby/ruby/blob/trunk/test/openssl/utils.rb#L266 pend = nil threads.each { |th| begin - timeout = EnvUtil.apply_timeout_scale(10) + timeout = EnvUtil.apply_timeout_scale(30) th.join(timeout) or th.raise(RuntimeError, "[start_server] thread did not exit in #{ timeout } secs") rescue (defined?(MiniTest::Skip) ? MiniTest::Skip : Test::Unit::PendedError) -- cgit v0.10.2 -- ML: ruby-changes@q... Info: http://www.atdot.net/~ko1/quickml/