On 16 September 2013 11:38, Nikita Popov <nikita....@gmail.com> wrote: > On Mon, Sep 16, 2013 at 9:35 AM, Michael Wallner <m...@php.net> wrote: >> >> # Run PHPs run-tests.php >> -script: ./sapi/cli/php run-tests.php -p `pwd`/sapi/cli/php -g >> "FAIL,XFAIL,BORK,WARN,LEAK,SKIP" --show-diff >> +script: ./sapi/cli/php run-tests.php -p `pwd`/sapi/cli/php -g >> "FAIL,XFAIL,BORK,WARN,LEAK,SKIP" --show-diff --set-timeout 120 > > > Are you sure this is the right thing to do? If we have tests that run longer > than 60 seconds, we should drop those tests or make sure that they're > faster. Build times on Travis are already pretty long.
Well, yes I guess. Unless you've got a better idea why this test times out :) https://travis-ci.org/php/php-src/builds/11404125 -- Regards, Mike -- PHP CVS Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php