Re: [PATCH v23 0/6] MR1148: ntdll: Mark created files beginning with a dot as not hidden.
5 Apr
2023
5 Apr
'23
3:02 p.m.
Alexandre Julliard (@julliard) commented about dlls/ntdll/tests/threadpool.c:
info2.ticks = 0;
NtQuerySystemTime( &when ); - when.QuadPart += (ULONGLONG)250 * 10000; + when.QuadPart += (ULONGLONG)500 * 10000; pTpSetTimer(timer2, &when, 0, 0); - Sleep(50); - when.QuadPart -= (ULONGLONG)150 * 10000; - pTpSetTimer(timer1, &when, 0, 75); + Sleep(100); + when.QuadPart -= (ULONGLONG)300 * 10000; + pTpSetTimer(timer1, &when, 0, 150);
result = WaitForSingleObject(semaphore, 1000);
Please don't add unrelated changes. -- https://gitlab.winehq.org/wine/wine/-/merge_requests/1148#note_29028
988
Age (days ago)
988
Last active (days ago)
0 comments
1 participants
participants (1)
-
Alexandre Julliard (@julliard)