Commit 05111a34 authored by Alex Henrie's avatar Alex Henrie Committed by Alexandre Julliard

winmm/tests: Give play from 0 to 0 more time to finish.

parent eb7c1fd6
......@@ -848,7 +848,7 @@ static void test_playWAVE(HWND hwnd)
err = mciSendStringA("play mysound from 250 to 0", NULL, 0, NULL);
ok(err==MCIERR_OUTOFRANGE,"mci play from 250 to 0 returned %s\n", dbg_mcierr(err));
Sleep(50); /* Give play from 0 to 0 time to finish. */
Sleep(100); /* Give play from 0 to 0 time to finish. */
todo_wine test_notification(hwnd, "play from 0 to 0", MCI_NOTIFY_SUCCESSFUL);
err = mciSendStringA("status mysound mode", buf, sizeof(buf), hwnd);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment