buildman: Update tests for newer filelock module
authorSimon Glass <sjg@chromium.org>
Tue, 4 Feb 2025 23:33:53 +0000 (16:33 -0700)
committerTom Rini <trini@konsulko.com>
Fri, 21 Feb 2025 20:11:05 +0000 (14:11 -0600)
commit7520827be3dbde7fb7324d63d263d650d427c035
treee20decb2d98e5ed3e64e578ae2ab560e77d840f9
parentc8750efe02c20725388dd4279896aaf306acfad4
buildman: Update tests for newer filelock module

Recent versions of this module call time.perf_counter() so add a patch
for this also.

Signed-off-by: Simon Glass <sjg@chromium.org>
Reported-by: Tom Rini <trini@konsulko.com>
tools/buildman/test.py