dsound/tests: Allow more time for an event to be signalled.
Wine-Bug: https://bugs.winehq.org/show_bug.cgi?id=47868 Signed-off-by: Alistair Leslie-Hughes <leslie_alistair@hotmail.com> Signed-off-by: Andrew Eikum <aeikum@codeweavers.com> Signed-off-by: Alexandre Julliard <julliard@winehq.org>
This commit is contained in:
parent
0bdaecd2d7
commit
594cc41e94
|
@ -1089,7 +1089,7 @@ static HRESULT test_notify(LPDIRECTSOUNDBUFFER dsb,
|
||||||
ok(rc == DS_OK,"Failed %08x\n",rc);
|
ok(rc == DS_OK,"Failed %08x\n",rc);
|
||||||
ok(status == 0 /* Stopped */,"got %08x\n", status);
|
ok(status == 0 /* Stopped */,"got %08x\n", status);
|
||||||
|
|
||||||
ret=WaitForMultipleObjects(count,event,FALSE,0);
|
ret = WaitForMultipleObjects(count, event, FALSE, 3000);
|
||||||
ok(ret==expected,"expected %d. got %d\n",expected,ret);
|
ok(ret==expected,"expected %d. got %d\n",expected,ret);
|
||||||
|
|
||||||
return rc;
|
return rc;
|
||||||
|
|
Loading…
Reference in New Issue