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

Method setDefaultTimeoutMs

src/fl/test/fltest.h:239–239  ·  view source on GitHub ↗

Set default timeout for all tests (0 = no timeout)

Source from the content-addressed store, hash-verified

237
238 /// Set default timeout for all tests (0 = no timeout)
239 void setDefaultTimeoutMs(fl::u32 timeoutMs) FL_NOEXCEPT { mDefaultTimeoutMs = timeoutMs; }
240
241 /// Check if current test has timed out (call periodically in long tests)
242 /// Returns true if timed out

Callers 1

fltest.cppFile · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected