Skip to content

Commit

Permalink
Increase timeout CI waiter
Browse files Browse the repository at this point in the history
  • Loading branch information
xmnlab committed Apr 23, 2018
1 parent b34f0c2 commit 4201127
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ci/docker-compose.yml
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 4201127

Please sign in to comment.