ITADN

Support a Timeout similar to ntest

#149OpenCarter12s 创建于 2026-01-13
C
Carter12scommented
We just tripped over an unexpected interaction between `serial_test::serial` and `ntest::timeout` in that our tests were failing because ntest is measuring from the start of the invocation of the test, and not when serial actually acquires the mutex. I can see that this crate used to have this functionality, but it was removed in #83. I'm curious if there is any appetite for re-adding this feature and trying to work out correct semantics for measuring the execution time of the body of the test?
3 条评论