From 4f934465b39b4cc199cef44f7d975dfb5731bc50 Mon Sep 17 00:00:00 2001 From: David Wilson Date: Sun, 19 Nov 2017 19:24:59 +0530 Subject: [PATCH] Remove overall build timeout from .travis.yml. --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index ded4ee47..3d8c7aee 100644 --- a/.travis.yml +++ b/.travis.yml @@ -12,7 +12,7 @@ install: - pip install -r dev_requirements.txt script: -- PYTHONPATH=. timeout 05.0 ${TRAVIS_BUILD_DIR}/test.sh +- PYTHONPATH=. ${TRAVIS_BUILD_DIR}/test.sh services: - docker