From aee70fae143e9f148eda5fd529115f6d1b7ff189 Mon Sep 17 00:00:00 2001 From: Matthew Brett Date: Fri, 4 Jul 2014 13:28:59 +0100 Subject: [PATCH] RF: try another fix for multiprocessing --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index c4930464f..e4406fde7 100644 --- a/.travis.yml +++ b/.travis.yml @@ -29,7 +29,7 @@ script: - cd Pillow - python selftest.py --installed - pip install nose - - export NOSE_PROCESSES=0 + - export NOSE_PROCESS_TIMEOUT=240 - if [ -f test-installed.py ]; then python test-installed.py ; else