Searched refs:time_to_wait (Results 1 – 1 of 1) sorted by relevance
1532 def wait_for_sms_deliver_success(log, ad, time_to_wait=60): argument1539 event = ad.ed.pop_event(sms_deliver_event, time_to_wait)1546 def wait_for_sms_sent_success(log, ad, time_to_wait=60): argument1553 event = ad.ed.pop_event(sms_sent_event, time_to_wait)1561 def wait_for_incoming_sms(log, ad, time_to_wait=60): argument1568 event = ad.ed.pop_event(sms_received_event, time_to_wait)