Searched refs:OEQATimeoutError (Results 1 – 3 of 3) sorted by relevance
9 from oeqa.core.exception import OEQATimeoutError18 raise OEQATimeoutError("Timed out after %s "
12 from oeqa.core.exception import OEQATimeoutError38 except OEQATimeoutError:
10 class OEQATimeoutError(OEQAException): class