diff options
author | Michael Wallner <mike@php.net> | 2013-09-16 09:35:08 +0200 |
---|---|---|
committer | Michael Wallner <mike@php.net> | 2013-09-16 09:35:08 +0200 |
commit | b5283b9b7abecde841eb268c4b158cd76630d53b (patch) | |
tree | 1acd75297fb648fc74fec1115153609633eff6d5 /.travis.yml | |
parent | 1916aaa272a19e118eae7ad53622174a3fd4a15e (diff) | |
download | php-git-b5283b9b7abecde841eb268c4b158cd76630d53b.tar.gz |
double test timeout for travis
Diffstat (limited to '.travis.yml')
-rw-r--r-- | .travis.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml index d149772e31..07653040dd 100644 --- a/.travis.yml +++ b/.travis.yml @@ -29,4 +29,4 @@ before_script: - . ./travis/ext/pdo_pgsql/setup.sh # 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 |