Skip to content

Commit

Permalink
PMM-12811 increase the container wait time again
Browse files Browse the repository at this point in the history
  • Loading branch information
ademidoff committed Jan 19, 2024
1 parent 636319d commit 443e191
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/managed.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ jobs:
- name: Initialize CI environment
run: |
# the container workdir is /root/go/src/github.com/percona/pmm
if ! make env-compose-up; then docker compose logs; exit 1; fi
if ! make env-compose-up; then docker logs pmm-server; exit 1; fi
- name: Restore Go build cache
if: ${{ fromJSON(env.DEVCONTAINER_CACHE_ENABLED) }}
Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ env-update-image: ## Pull latest dev image

env-compose-up: env-update-image
COMPOSE_PROFILES=$(PROFILES) \
docker compose up --detach --renew-anon-volumes --remove-orphans --wait --wait-timeout 150
docker compose up --detach --renew-anon-volumes --remove-orphans --wait --wait-timeout 250

env-devcontainer:
docker exec -it --workdir=/root/go/src/github.com/percona/pmm pmm-server .devcontainer/setup.py
Expand Down

0 comments on commit 443e191

Please sign in to comment.