diff --git a/ansible/deploy_on_test.yml b/ansible/deploy_on_test.yml
index a32007fc2a129415492c10ebb0995b8ff6a11f54..107a481513ee4c1cfc024d40ffe443c07a8fd341 100644
--- a/ansible/deploy_on_test.yml
+++ b/ansible/deploy_on_test.yml
@@ -33,7 +33,7 @@
         state: present
         pull: true
 
-    - name: Pause for 10 seconds
+    - name: Wait until the metrics are available
       ansible.builtin.uri:
         url: "http://127.0.0.1:8080/metrics"
         status_code: 200