Wait for the page to load the search text ambient

Changes:
    - Increase the waiting period to allow the page to load

Tested:
     Ran the suite successfully gui/gui_test/logs_menu/hardware_status_menu/test_sensors_sub_menu.robot

Change-Id: I7d7a64becf4877c736b265db9152e936a0aaf682
Signed-off-by: rramyasr-in <rramyasr@in.ibm.com>
diff --git a/gui/gui_test/hardware_status_menu/test_sensors_sub_menu.robot b/gui/gui_test/hardware_status_menu/test_sensors_sub_menu.robot
index faa7890..7a2595e 100644
--- a/gui/gui_test/hardware_status_menu/test_sensors_sub_menu.robot
+++ b/gui/gui_test/hardware_status_menu/test_sensors_sub_menu.robot
@@ -50,7 +50,7 @@
 
     Wait Until Page Contains Element  ${xpath_sensors_search}
     Input Text  ${xpath_sensors_search}  ambi
-    Wait Until Page Contains  Ambient  timeout=15
+    Wait Until Page Contains  Ambient  timeout=120s
 
 
 Verify Sensors Filter From Server Health Clickable