Searched refs:dotQueryTimeoutMs (Results 1 – 1 of 1) sorted by relevance
4739 int dotQueryTimeoutMs; in TEST_F() member4767 std::to_string(config.dotQueryTimeoutMs)); in TEST_F()4824 config.dotQueryTimeoutMs < (config.dotConnectTimeoutMs * config.maxRetries)) { in TEST_F()5000 constexpr int dotQueryTimeoutMs = 1000; in TEST_F() local5031 const int delayQueriesTimeout = dotQueryTimeoutMs + 1000; in TEST_F()5037 ScopedSystemProperties sp3(kDotQueryTimeoutMsFlag, std::to_string(dotQueryTimeoutMs)); in TEST_F()