updated timeout on second wait
diff --git a/tasks/main.yml b/tasks/main.yml
index 95acadf..9e7f57d 100644
--- a/tasks/main.yml
+++ b/tasks/main.yml
@@ -13,4 +13,4 @@
     host: '{{ ansible_host }}'
     state: started
     delay: "{{ start_check_delay | d(5) }}"
-    timeout: '{{ server_restart_timeout | d(15) }}'
+    timeout: '{{ server_restart_timeout | d(30) }}'