mirror of
https://github.com/reactos/reactos.git
synced 2025-07-31 21:01:54 +00:00
[SHELL32_APITEST] Speed up the CUserNotification test in the failure case.
This commit is contained in:
parent
bf164caae8
commit
7882b6cfe3
1 changed files with 2 additions and 2 deletions
|
@ -200,8 +200,8 @@ START_TEST(CUserNotification)
|
|||
return;
|
||||
}
|
||||
|
||||
/* Wait a maximum of 1:30 for the thread to finish (the timeout tests take some time) */
|
||||
dwWait = WaitForSingleObject(hThread, 90 * 1000);
|
||||
/* Wait a maximum of 60 seconds for the thread to finish (the timeout tests take some time) */
|
||||
dwWait = WaitForSingleObject(hThread, 60 * 1000);
|
||||
ok(dwWait == WAIT_OBJECT_0, "WaitForSingleObject returned %lu, expected WAIT_OBJECT_0\n", dwWait);
|
||||
|
||||
/* Cleanup and return */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue