diff --git a/docker-compose.test.yml b/docker-compose.test.yml index 617144f..d0863ac 100644 --- a/docker-compose.test.yml +++ b/docker-compose.test.yml @@ -14,7 +14,7 @@ services: volumes: - ./test-configuration/logging.py:/etc/netbox/config/logging.py:z,ro healthcheck: - start_period: 60s + start_period: 120s timeout: 3s interval: 15s test: "curl -f http://localhost:8080/api/ || exit 1" @@ -25,7 +25,7 @@ services: - /opt/netbox/netbox/manage.py - rqworker healthcheck: - start_period: 20s + start_period: 40s timeout: 3s interval: 15s test: "ps -aux | grep -v grep | grep -q rqworker || exit 1" @@ -34,7 +34,7 @@ services: command: - /opt/netbox/housekeeping.sh healthcheck: - start_period: 20s + start_period: 40s timeout: 3s interval: 15s test: "ps -aux | grep -v grep | grep -q housekeeping || exit 1"