mirror of
https://github.com/reactos/reactos.git
synced 2025-07-31 10:11:48 +00:00
[KMTESTS:KE]
- Increase timeout in KeGuardedMutex test to avoid flakiness svn path=/trunk/; revision=64002
This commit is contained in:
parent
6100631ce9
commit
5c1f39d5c8
1 changed files with 1 additions and 1 deletions
|
@ -240,7 +240,7 @@ TestGuardedMutexConcurrent(
|
|||
THREAD_DATA ThreadDataTry;
|
||||
PKTHREAD Thread = KeGetCurrentThread();
|
||||
LARGE_INTEGER Timeout;
|
||||
Timeout.QuadPart = -10 * 1000 * 10; /* 10 ms */
|
||||
Timeout.QuadPart = -50 * 1000 * 10; /* 50 ms */
|
||||
|
||||
InitThreadData(&ThreadData, Mutex, KeAcquireGuardedMutex, NULL, KeReleaseGuardedMutex);
|
||||
InitThreadData(&ThreadData2, Mutex, KeAcquireGuardedMutex, NULL, KeReleaseGuardedMutex);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue