diff --git a/reactos/apps/tests/apc2/apc2.c b/reactos/apps/tests/apc2/apc2.c index 739fc181984..ca3699cca58 100644 --- a/reactos/apps/tests/apc2/apc2.c +++ b/reactos/apps/tests/apc2/apc2.c @@ -31,7 +31,7 @@ int main() bSuccess = SetWaitableTimer( hTimer, &DueTime, - 2000 /*interval*/, + 2001 /*interval (using an odd number to be able to find it easy in kmode) */, TimerApcProc, &value /*callback argument*/, FALSE );