summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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