Increase Cell Absent Timeout

New timeout is 60 sec old one was 30 sec

Test: Tested in lab
Bug: None
Change-Id: I19faaa405fc7f03aafceafebc8d05e33d78a2a72
diff --git a/acts/tests/google/tel/live/TelWifiVoiceTest.py b/acts/tests/google/tel/live/TelWifiVoiceTest.py
index b6d765e..31ff48b 100755
--- a/acts/tests/google/tel/live/TelWifiVoiceTest.py
+++ b/acts/tests/google/tel/live/TelWifiVoiceTest.py
@@ -455,7 +455,7 @@
 
     def _wfc_phone_setup_cellular_absent(self, wfc_mode):
         is_exception_happened = False
-        time.sleep(30)
+        time.sleep(60)
         try:
             if not toggle_airplane_mode(self.log, self.android_devices[0],
                                         False):
@@ -563,7 +563,7 @@
 
     def _wfc_phone_setup_cellular_absent_wifi_absent(self, wfc_mode):
         is_exception_happened = False
-        time.sleep(30)
+        time.sleep(60)
         try:
             if not toggle_airplane_mode(self.log, self.android_devices[0],
                                         False):
@@ -660,7 +660,7 @@
 
     def _wfc_phone_setup_cellular_absent_wifi_disabled(self, wfc_mode):
         is_exception_happened = False
-        time.sleep(30)
+        time.sleep(60)
         try:
             if not toggle_airplane_mode(self.log, self.android_devices[0],
                                         False):