introduced 10 second time delay for component boot
diff --git a/tasks/main.yml b/tasks/main.yml
index 20ec45d..e2ef730 100644
--- a/tasks/main.yml
+++ b/tasks/main.yml
@@ -10,7 +10,7 @@
     pause:
       seconds: '{{ component_start_delay | default(10) }}'
 
-  - name: Checking to see if failure was real by starting the components
+  - name: Validating that component started
     shell: '{{ apigee_all }} start'
     when: opdk_version | version_compare('4.16.01', '>=')