From 77c45273b0755c2c16e85936ca2b76b249cc95d9 Mon Sep 17 00:00:00 2001 From: Hannah Ward Date: Fri, 18 Nov 2016 15:54:12 +0000 Subject: [PATCH] Allow server time to start up --- .travis.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.travis.yml b/.travis.yml index 9774ab8..4abef49 100644 --- a/.travis.yml +++ b/.travis.yml @@ -42,6 +42,7 @@ install: script: - opentaxii-run-dev & - pid=$! + - sleep 15 - cd tests - nosetests . - cd ..