mirror of https://github.com/ARMmbed/mbed-os.git
Harness: Remove `.tolerance(0)` as not required.
parent
61fe8e07a1
commit
b72f18009b
|
@ -197,7 +197,6 @@ void Harness::run_next_case()
|
||||||
if (case_current->timeout_ms > 0) {
|
if (case_current->timeout_ms > 0) {
|
||||||
case_timeout_handle = minar::Scheduler::postCallback(handle_timeout)
|
case_timeout_handle = minar::Scheduler::postCallback(handle_timeout)
|
||||||
.delay(minar::milliseconds(case_current->timeout_ms))
|
.delay(minar::milliseconds(case_current->timeout_ms))
|
||||||
.tolerance(0)
|
|
||||||
.getHandle();
|
.getHandle();
|
||||||
}
|
}
|
||||||
else {
|
else {
|
||||||
|
|
Loading…
Reference in New Issue