From e6604c798349745517d8afe49d9440738fd77be0 Mon Sep 17 00:00:00 2001 From: "martin.fencl" Date: Sun, 9 Aug 2026 11:01:33 +0200 Subject: [PATCH] fix: increase timeout for Minecraft server readiness check to 600 seconds --- update_minecraft.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/update_minecraft.yml b/update_minecraft.yml index 831c753..6365d56 100644 --- a/update_minecraft.yml +++ b/update_minecraft.yml @@ -130,7 +130,7 @@ ansible.builtin.wait_for: host: 127.0.0.1 port: "{{ mc_port }}" - timeout: 180 + timeout: 600 - name: Wait until server reports "Done" in docker logs (ready) ansible.builtin.command: >