aboutsummaryrefslogtreecommitdiffstats
path: root/KNOWNBUGS.rb
diff options
context:
space:
mode:
authornobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2017-06-21 02:03:38 +0000
committernobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2017-06-21 02:03:38 +0000
commit49548a45c14124b200bb39c796823655c482b272 (patch)
tree1ec29bc1ee75eba5a9ee01451e008af89de481bb /KNOWNBUGS.rb
parent9a6680bb519f324496935e30db42adb7155d9c68 (diff)
downloadruby-49548a45c14124b200bb39c796823655c482b272.tar.gz
KNOWNBUGS.rb: hung up on linux
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@59127 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'KNOWNBUGS.rb')
-rw-r--r--KNOWNBUGS.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/KNOWNBUGS.rb b/KNOWNBUGS.rb
index ed65c6bea6..2eb472c9ad 100644
--- a/KNOWNBUGS.rb
+++ b/KNOWNBUGS.rb
@@ -6,7 +6,7 @@
# So all tests will cause failure.
#
-assert_normal_exit("#{<<-";END;"}")
+assert_normal_exit("#{<<-";END;"}", timeout: 5)
begin
require "-test-/typeddata"
rescue LoadError