Skip to content
Snippets Groups Projects
Commit 7d268f7d authored by Alex Henrie's avatar Alex Henrie Committed by Alexandre Julliard
Browse files

psapi/tests: Increase GetPerformanceInfo HandleCount error margin.


This fixes intermittent test failures on all versions of Windows.

Signed-off-by: default avatarAlex Henrie <alexhenrie24@gmail.com>
Signed-off-by: Alexandre Julliard's avatarAlexandre Julliard <julliard@winehq.org>
parent 54e3bf12
No related branches found
No related tags found
No related merge requests found
......@@ -322,7 +322,7 @@ static void test_GetPerformanceInfo(void)
}
HeapFree(GetProcessHeap(), 0, sys_process_info);
ok(check_with_margin(info.HandleCount, handle_count, 24),
ok(check_with_margin(info.HandleCount, handle_count, 256),
"expected approximately %d but got %d\n", info.HandleCount, handle_count);
ok(check_with_margin(info.ProcessCount, process_count, 4),
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment