From df191c3c69d8fa7733660b83ac5a519db76a5172 Mon Sep 17 00:00:00 2001 From: Thomas A Caswell Date: Wed, 22 Jan 2014 14:16:41 -0500 Subject: [PATCH] changed timeout on travis so that smoketest stops timing out --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 8b206833970f..09bf21b0b8a4 100644 --- a/.travis.yml +++ b/.travis.yml @@ -31,7 +31,7 @@ script: # Generate the font caches in a single process before starting the # multiple processes - python -c "from matplotlib import font_manager" - - python ../matplotlib/tests.py -sv --processes=8 --process-timeout=300 + - python ../matplotlib/tests.py -sv --processes=8 --process-timeout=900 after_failure: - tar cjf result_images.tar.bz2 result_images