dinput/tests: Increase delayed TryResetAsync test wait timeout.

Signed-off-by: Rémi Bernon <rbernon@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
This commit is contained in:
Rémi Bernon 2022-05-03 11:17:05 +02:00 committed by Alexandre Julliard
parent 846e94f03d
commit b8a54fb1b8
1 changed files with 1 additions and 1 deletions

View File

@ -5468,7 +5468,7 @@ static void test_windows_gaming_input(void)
ok( !bool_async_handler.invoked, "handler invoked\n" );
IAsyncInfo_Release( async_info );
wait_hid_expect( file, 100 );
wait_hid_expect( file, 500 );
ret = WaitForSingleObject( bool_async_handler.event, 100 );
ok( ret == 0, "WaitForSingleObject returned %#lx\n", ret );
CloseHandle( bool_async_handler.event );