From 54f4250e45f8520f887accc336774b02d548469c Mon Sep 17 00:00:00 2001 From: Matthew Brett Date: Fri, 4 Jul 2014 13:49:11 +0100 Subject: [PATCH] RF: pump up the timeout to travis max --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index e4406fde7..026320d08 100644 --- a/.travis.yml +++ b/.travis.yml @@ -29,7 +29,7 @@ script: - cd Pillow - python selftest.py --installed - pip install nose - - export NOSE_PROCESS_TIMEOUT=240 + - export NOSE_PROCESS_TIMEOUT=600 - if [ -f test-installed.py ]; then python test-installed.py ; else