jasonbu opened a new pull request, #3226: URL: https://github.com/apache/nuttx-apps/pull/3226
## Summary use utc diff should prefer and more strict. ## Impact Before fix, the case using assert_int_equal(min1, min2); These should not strict enough, for example if the case start runs with 09:59:59 etc, and with corner case or even if the host performance is not strong enough, will case easily break. After fix, we just make sure the case is within positive or negative within 30s. should be equal for most time with old case. And still able to catch if the fs time usage break. ## Testing CI-test, sim hostfs test. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
