From ce9e2bec2904ede568e0c8a1ec3594fb964f9831 Mon Sep 17 00:00:00 2001 From: Eric Wang Date: Sat, 23 Feb 2019 13:46:00 -0500 Subject: [PATCH] laundry takes long to run --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 6e0ec8f..31928c4 100644 --- a/.travis.yml +++ b/.travis.yml @@ -8,7 +8,7 @@ install: - pip install flake8 -r requirements.txt script: - flake8 . - - nosetests --processes=-1 --process-timeout=300 + - nosetests --processes=-1 --process-timeout=600 jobs: include: - stage: deploy