Skip to content

Commit

Permalink
Merge pull request #23 from xmnlab/master
Browse files Browse the repository at this point in the history
Increase CI waiter timeout
  • Loading branch information
xmnlab authored Apr 23, 2018
2 parents bdcc7f2 + 4201127 commit e664cfe
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ci/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ services:
mapd:
image: mapd/mapd-ce-cpu
ports:
- 9090-9092:9090-9092
- 9090-9093:9090-9093
environment:
- MAPD_HOST=mapd
- MAPD_PORT=9091
Expand Down Expand Up @@ -69,7 +69,7 @@ services:
-wait tcp://impala:50070
-wait tcp://clickhouse:9000
-wait-retry-interval 5s
-timeout 5m
-timeout 10m
ibis:
image: ibis:${PYTHON_VERSION:-3.6}
Expand Down

0 comments on commit e664cfe

Please sign in to comment.