TimeUntilCondition and 2 WaitUntilCondition functions DCHECK on timeout. DCHECKing brings down the whole test suite by crashing the test harness. testing::WaitForCondition should be used instead.
TimeUntilCondition and 2 WaitUntilCondition functions DCHECK on timeout. DCHECKing brings down the whole test suite by crashing the test harness. testing::WaitUntilConditionOrTimeout() should be used instead.
Comment 1 by eugene...@chromium.org
, Nov 15 2017