Searched refs:dotQueryTimeoutMs (Results 1 – 1 of 1) sorted by relevance
4763 int dotQueryTimeoutMs; in TEST_F() member4791 std::to_string(config.dotQueryTimeoutMs)); in TEST_F()4848 config.dotQueryTimeoutMs < (config.dotConnectTimeoutMs * config.maxRetries)) { in TEST_F()5024 constexpr int dotQueryTimeoutMs = 1000; in TEST_F() local5055 const int delayQueriesTimeout = dotQueryTimeoutMs + 1000; in TEST_F()5061 ScopedSystemProperties sp3(kDotQueryTimeoutMsFlag, std::to_string(dotQueryTimeoutMs)); in TEST_F()