Searched refs:wait_for_test_results (Results 1 – 1 of 1) sorted by relevance
421 self.wait_for_test_results(test_procs, self.repeat_count)427 self.wait_for_test_results([test_proc], self.repeat_count)432 self.wait_for_test_results([test_proc], 1)434 def wait_for_test_results(self, test_procs: List[TestProcess], repeat_count: int): member in TestManager