diff options
author | nobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2017-06-21 02:03:38 +0000 |
---|---|---|
committer | nobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2017-06-21 02:03:38 +0000 |
commit | 5eec76bc7bcae341908fdbbbc39a3d91c4a7f67a (patch) | |
tree | 1ec29bc1ee75eba5a9ee01451e008af89de481bb /KNOWNBUGS.rb | |
parent | ed908e5c2b26235a4f5e0f671250a6f3401a645b (diff) | |
download | ruby-5eec76bc7bcae341908fdbbbc39a3d91c4a7f67a.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.rb | 2 |
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 |