From 7127ff73bca49982e0916fd09c01a95aef74b7fe Mon Sep 17 00:00:00 2001 From: Jorge Samuel Mendes de Jesus Date: Sun, 29 Jul 2018 13:36:21 +0200 Subject: [PATCH] Update .travis.yml Fixes #61 --- .travis.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index 936d971..1f251e1 100644 --- a/.travis.yml +++ b/.travis.yml @@ -7,7 +7,7 @@ python: - "3.5" services: - = elasticsearch + - elasticsearch before_install: - sudo apt-get -qq update @@ -22,7 +22,7 @@ env: - PYGEOAPI_CONFIG=pygeoapi-config.yml before_script: - - sleep 10 + - sleep 20 - python tests/load_es_data.py tests/data/ne_110m_populated_places_simple.geojson - pygeoapi generate_openapi_document -c pygeoapi-config.yml > pygeoapi-openapi.yml