Searched refs:almost_inf (Results 1 – 1 of 1) sorted by relevance
452 absl::Duration almost_inf = sec_max + absl::Nanoseconds(999999999); in TEST() local453 EXPECT_GT(inf, almost_inf); in TEST()454 almost_inf += -absl::Nanoseconds(999999999); in TEST()455 EXPECT_GT(inf, almost_inf); in TEST()