Searched refs:step_timeout_secs (Results 1 – 1 of 1) sorted by relevance
21 step_timeout_secs = 60 variable in TestUtils131 self.step_timeout_secs)381 while (((time.time() - start) < self.step_timeout_secs)383 time.sleep(self.step_timeout_secs/10.0)