MCPcopy Create free account
hub / github.com/FastLED/FastLED / TestTimeoutException

Class TestTimeoutException

ci/util/test_exceptions.py:101–109  ·  view source on GitHub ↗

Exception for test timeouts

Source from the content-addressed store, hash-verified

99
100
101class TestTimeoutException(FastLEDTestException):
102 """Exception for test timeouts"""
103
104 def __init__(
105 self,
106 message: str = "Test execution timed out",
107 failures: Optional[list[TestFailureInfo]] = None,
108 ):
109 super().__init__(message, failures)

Callers 1

_run_parallelMethod · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected