Windows uses GetSystemTimeAsFileTime, which has some differences with Unix' gettimeofday. This commit also reduces the number of iterations for the ck_ticket_pb validation to 1000 - the test was taking too long on MinGW systems.ck_pring
parent
36a2ba143a
commit
ef2ad6b998
@ -1,2 +1,6 @@
|
||||
#include "../ck_ticket_pb.h"
|
||||
#ifdef _WIN32
|
||||
#undef ITERATE
|
||||
#define ITERATE 1000
|
||||
#endif
|
||||
#include "validate.h"
|
||||
|
Loading…
Reference in new issue