Searched refs:wait (Results 1 – 7 of 7) sorted by relevance
22 wait = False26 wait = True29 if not wait:
27 def wait_for_record(self, pattern, name='unit.log', wait=150, flags=re.M): argument29 for i in range(wait):
20 nxt_feature_test="#include <sys/wait.h>39 #include <sys/wait.h>
379 self.wait_for_record(r'\(5\) Thread: 100', wait=50) is not None
538 self.wait_for_record(r'\(5\) Thread: 100', wait=50) is not None
458 retcode = p.wait(15)
89 …currently even when using the asynchronous send messages. The client must wait for the previous me…