From c2d620770fe90bbe8e562b78ae3391c1c3ebfe00 Mon Sep 17 00:00:00 2001 From: Tobias Genannt Date: Thu, 16 Mar 2023 20:23:26 +0100 Subject: [PATCH] More time for ARM64 --- docker-compose.test.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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"