Searched refs:slow_threshold_ns_ (Results 1 – 2 of 2) sorted by relevance
96 uint64_t slow_threshold_ns_; variable
407 } else if (!test->slow() && NanoTime() > test->start_ns() + slow_threshold_ns_) { in CheckTestsTimeout()771 slow_threshold_ns_ = options_.slow_threshold_ms() * kNsPerMs * multiplier; in Run()