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

/fuchsia/zircon/system/ulib/unittest/
H A Dall-tests.cpp193 const char* watchdog_timeout_str = getenv(WATCHDOG_ENV_NAME); local
194 if (watchdog_timeout_str != nullptr) {
196 long timeout = strtol(watchdog_timeout_str, &end, 0);
197 if (*watchdog_timeout_str == '\0' || *end != '\0' ||

Completed in 96 milliseconds