From 817336df49ae6cf6b22bbd001376cdc135bbf5bc Mon Sep 17 00:00:00 2001 From: David Heinemeier Hansson Date: Thu, 23 Feb 2023 12:03:03 +0100 Subject: [PATCH] No readiness delay in testing --- test/fixtures/deploy_with_accessories.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/test/fixtures/deploy_with_accessories.yml b/test/fixtures/deploy_with_accessories.yml index ee9d84fb..0d0c86f3 100644 --- a/test/fixtures/deploy_with_accessories.yml +++ b/test/fixtures/deploy_with_accessories.yml @@ -27,3 +27,5 @@ accessories: port: 6379 directories: - data:/data + +readiness_delay: 0 \ No newline at end of file