[KMTESTS:EX] Try to avoid some spurious test failures.
[reactos.git] / modules / rostests / kmtests / ntos_ex / ExFastMutex.c
index ffd3034..04de7a9 100644 (file)
@@ -253,7 +253,7 @@ TestFastMutexConcurrent(
     THREAD_DATA ThreadDataUnsafe;
     THREAD_DATA ThreadDataTry;
     LARGE_INTEGER Timeout;
-    Timeout.QuadPart = -10 * 1000 * 10; /* 10 ms */
+    Timeout.QuadPart = -50 * MILLISECOND;
 
     InitThreadData(&ThreadData, Mutex, ExAcquireFastMutex, NULL, ExReleaseFastMutex);
     InitThreadData(&ThreadData2, Mutex, ExAcquireFastMutex, NULL, ExReleaseFastMutex);