summaryrefslogtreecommitdiff
path: root/test/ruby/test_notimp.rb
diff options
context:
space:
mode:
authornaruse <naruse@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2013-06-28 00:52:16 +0000
committernaruse <naruse@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2013-06-28 00:52:16 +0000
commitdb50aa78fbfaf626f0c7d61a7bc209589cddcea4 (patch)
tree2b6dbb85efdd0f280914cccc0d97837938564ba7 /test/ruby/test_notimp.rb
parentf4820e5cd5e64d82689b9d66ef3de3b1ef776db9 (diff)
Wait more
http://u32.rubyci.org/~chkbuild/ruby-trunk/log/20130627T230301Z.log.html.gz git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@41685 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'test/ruby/test_notimp.rb')
-rw-r--r--test/ruby/test_notimp.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/ruby/test_notimp.rb b/test/ruby/test_notimp.rb
index 6733d0ce0e..9e80987a87 100644
--- a/test/ruby/test_notimp.rb
+++ b/test/ruby/test_notimp.rb
@@ -23,7 +23,7 @@ class TestNotImplement < Test::Unit::TestCase
def test_call_fork
pid = nil
begin
- Timeout.timeout(1) {
+ Timeout.timeout(5) {
pid = fork {}
Process.wait pid
pid = nil