Searched refs:dotQueryTimeoutMs (Results 1 – 1 of 1) sorted by relevance
4736 int dotQueryTimeoutMs; in TEST_F() member4764 std::to_string(config.dotQueryTimeoutMs)); in TEST_F()4821 config.dotQueryTimeoutMs < (config.dotConnectTimeoutMs * config.maxRetries)) { in TEST_F()4998 constexpr int dotQueryTimeoutMs = 1000; in TEST_F() local5029 const int delayQueriesTimeout = dotQueryTimeoutMs + 1000; in TEST_F()5035 ScopedSystemProperties sp3(kDotQueryTimeoutMsFlag, std::to_string(dotQueryTimeoutMs)); in TEST_F()