nlopess         Fri Mar  2 18:54:13 2007 UTC

  Modified files:              (Branch: PHP_5_2)
    /php-src/ext/standard/tests/file    proc_open01.phpt 
  Log:
  increase the stream_select() timeout, to make the test pass in a slow machine 
with valgrind
  
http://cvs.php.net/viewvc.cgi/php-src/ext/standard/tests/file/proc_open01.phpt?r1=1.3.4.1&r2=1.3.4.1.2.1&diff_format=u
Index: php-src/ext/standard/tests/file/proc_open01.phpt
diff -u php-src/ext/standard/tests/file/proc_open01.phpt:1.3.4.1 
php-src/ext/standard/tests/file/proc_open01.phpt:1.3.4.1.2.1
--- php-src/ext/standard/tests/file/proc_open01.phpt:1.3.4.1    Mon Nov 28 
14:33:03 2005
+++ php-src/ext/standard/tests/file/proc_open01.phpt    Fri Mar  2 18:54:13 2007
@@ -32,7 +32,7 @@
        $read_fds = array($pipes[1]);
        $write_fds = NULL;
        $exp_fds = NULL;
-       $retval = stream_select($read_fds, $write_fds, $exp_fds, 1);
+       $retval = stream_select($read_fds, $write_fds, $exp_fds, 5);
        if ($retval === false) {
                print "select() failed\n";
                break;

-- 
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to