RF: pump up the timeout to travis max

This commit is contained in:
Matthew Brett 2014-07-04 13:49:11 +01:00
parent aee70fae14
commit 54f4250e45

View File

@ -29,7 +29,7 @@ script:
- cd Pillow - cd Pillow
- python selftest.py --installed - python selftest.py --installed
- pip install nose - pip install nose
- export NOSE_PROCESS_TIMEOUT=240 - export NOSE_PROCESS_TIMEOUT=600
- if [ -f test-installed.py ]; then - if [ -f test-installed.py ]; then
python test-installed.py ; python test-installed.py ;
else else