Skip to content

Commit

Permalink
docker
Browse files Browse the repository at this point in the history
  • Loading branch information
daveads committed Nov 27, 2024
1 parent d417531 commit f45f366
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app-tests/docker-compose-app-tests-openfga.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ services:
- opal-network
depends_on:
- opal_server
command: sh -c "exec ./wait-for.sh opal_server:7002 --timeout=20 -- ./start.sh"
command: sh -c "exec ./wait-for.sh opal_server:7002 --timeout=40 -- ./start.sh"
volumes:
- openfga_backup:/opal/backup:rw

Expand All @@ -53,4 +53,4 @@ networks:
driver: bridge

volumes:
openfga_backup:
openfga_backup:

0 comments on commit f45f366

Please sign in to comment.