Searched refs:TimeoutError (Results 1 – 2 of 2) sorted by relevance
79 class TimeoutError(Exception): class345 raise TimeoutError("Result not available within %fs" % timeout)530 raise TimeoutError("Timeout while waiting for results")
100 except TimeoutError: