(trunk libT) reduce the period to sleep per second during verification from 200 msec to 100 msec

This commit is contained in:
Charles Kerr 2010-04-28 19:04:09 +00:00
parent 37663cf9e3
commit d0873d8369
1 changed files with 1 additions and 1 deletions

View File

@ -39,7 +39,7 @@
enum
{
MSEC_TO_SLEEP_PER_SECOND_DURING_VERIFY = 200
MSEC_TO_SLEEP_PER_SECOND_DURING_VERIFY = 100
};
/* #define STOPWATCH */