mirror of
https://github.com/reactos/reactos.git
synced 2025-08-03 06:55:55 +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;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* Wait a maximum of 1:30 for the thread to finish (the timeout tests take some time) */
|
/* Wait a maximum of 60 seconds for the thread to finish (the timeout tests take some time) */
|
||||||
dwWait = WaitForSingleObject(hThread, 90 * 1000);
|
dwWait = WaitForSingleObject(hThread, 60 * 1000);
|
||||||
ok(dwWait == WAIT_OBJECT_0, "WaitForSingleObject returned %lu, expected WAIT_OBJECT_0\n", dwWait);
|
ok(dwWait == WAIT_OBJECT_0, "WaitForSingleObject returned %lu, expected WAIT_OBJECT_0\n", dwWait);
|
||||||
|
|
||||||
/* Cleanup and return */
|
/* Cleanup and return */
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue