https://bugs.winehq.org/show_bug.cgi?id=51196
François Gouget fgouget@codeweavers.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Resolution|--- |FIXED Status|NEW |RESOLVED Fixed by SHA1| |e72c71d27d67462480026edc2b7 | |56a66578db7bd
--- Comment #1 from François Gouget fgouget@codeweavers.com --- This is fixed:
commit e72c71d27d67462480026edc2b756a66578db7bd Author: Francois Gouget fgouget@codeweavers.com AuthorDate: Mon Jul 5 18:10:39 2021 +0200
ntdll/tests: Improve the RtlWaitOnAddress() timeout checks.
GetTickCount()'s granularity represents 15% of the time we want to mesure, making it hard to not get failures. So use NtQuerySystemTime() instead since we already depend on it. Narrow down the acceptable range again.
Signed-off-by: Francois Gouget fgouget@codeweavers.com Signed-off-by: Alexandre Julliard julliard@winehq.org