[前][次][番号順一覧][スレッド一覧]

ruby-changes:2545

From: ko1@a...
Date: 28 Nov 2007 07:53:36 +0900
Subject: [ruby-changes:2545] akr - Ruby:r14036 (trunk): longer timeout.

akr	2007-11-28 07:53:28 +0900 (Wed, 28 Nov 2007)

  New Revision: 14036

  Modified files:
    trunk/bootstraptest/test_io.rb

  Log:
    longer timeout.


  http://svn.ruby-lang.org/cgi-bin/viewvc.cgi/trunk/bootstraptest/test_io.rb?r1=14036&r2=14035

Index: bootstraptest/test_io.rb
===================================================================
--- bootstraptest/test_io.rb	(revision 14035)
+++ bootstraptest/test_io.rb	(revision 14036)
@@ -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) }

--
ML: ruby-changes@q...
Info: http://www.atdot.net/~ko1/quickml

[前][次][番号順一覧][スレッド一覧]