Searched refs:CallTimeoutException (Results 1 - 2 of 2) sorted by relevance

/gem5/tests/testing/
H A Dhelpers.py47 class CallTimeoutException(Exception): class in inherits:Exception
107 raise CallTimeoutException(self.returncode, stdout, stderr)
173 except CallTimeoutException:
H A Dunits.py157 except CallTimeoutException as te:

Completed in 6 milliseconds