updated timeout on second wait
diff --git a/tasks/main.yml b/tasks/main.yml
index f657725..448207c 100644
--- a/tasks/main.yml
+++ b/tasks/main.yml
@@ -14,7 +14,7 @@
     host: '{{ ansible_host }}'
     state: started
     delay: "{{ start_check_delay | d(5) }}"
-    timeout: '{{ server_restart_timeout | d(15) }}'
+    timeout: '{{ server_restart_timeout | d(5) }}'
 
 - name: Server usually needs a little more time ...
   become: no