Harness: Remove `.tolerance(0)` as not required.

Niklas Hauser 2015-11-17 11:40:04 +00:00 committed by Martin Kojtal
parent 61fe8e07a1
commit b72f18009b
1 changed files with 0 additions and 1 deletions

View File

@ -197,7 +197,6 @@ void Harness::run_next_case()
if (case_current->timeout_ms > 0) {
case_timeout_handle = minar::Scheduler::postCallback(handle_timeout)
.delay(minar::milliseconds(case_current->timeout_ms))
.tolerance(0)
.getHandle();
}
else {