summaryrefslogtreecommitdiffstats
path: root/bootstraptest/test_io.rb
diff options
context:
space:
mode:
authorakr <akr@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2007-11-27 22:53:28 +0000
committerakr <akr@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2007-11-27 22:53:28 +0000
commit13cc16bf586a7ce665e651230ef9d2f85dba1364 (patch)
tree1c209f8447c4f60064fe7e137c2cac9ad15b7997 /bootstraptest/test_io.rb
parent30e1f66563e434dc630c5de234818f154d21d1c6 (diff)
downloadruby-13cc16bf586a7ce665e651230ef9d2f85dba1364.tar.gz
ruby-13cc16bf586a7ce665e651230ef9d2f85dba1364.tar.xz
ruby-13cc16bf586a7ce665e651230ef9d2f85dba1364.zip
longer timeout.
git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@14036 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'bootstraptest/test_io.rb')
-rw-r--r--bootstraptest/test_io.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/bootstraptest/test_io.rb b/bootstraptest/test_io.rb
index 4368dea10..e62b9d15a 100644
--- a/bootstraptest/test_io.rb
+++ b/bootstraptest/test_io.rb
@@ -1,4 +1,4 @@
-assert_finish 1, %q{
+assert_finish 5, %q{
r, w = IO.pipe
t1 = Thread.new { r.sysread(1) }
t2 = Thread.new { r.sysread(1) }