Commit in reactos/apps/tests/apc2 on MAIN
apc2.c+1-11.2 -> 1.3
Changed timeout from 2000 to 2001 ms, to be able to find it easier in kmode.

reactos/apps/tests/apc2
apc2.c 1.2 -> 1.3
diff -u -r1.2 -r1.3
--- apc2.c	14 Nov 2003 17:13:14 -0000	1.2
+++ apc2.c	17 Feb 2004 10:52:03 -0000	1.3
@@ -31,7 +31,7 @@
   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 );
CVSspam 0.2.8