for w32 port
[oweals/gnunet.git] / src / statistics / test_statistics_api_loop.c
index b70e92bdc98dc016f40e891fff897a4fd3446c6f..289e8f09f91a9360885b4c671e8edf5f96b3b07c 100644 (file)
@@ -4,7 +4,7 @@
 
      GNUnet is free software; you can redistribute it and/or modify
      it under the terms of the GNU General Public License as published
-     by the Free Software Foundation; either version 2, or (at your
+     by the Free Software Foundation; either version 3, or (at your
      option) any later version.
 
      GNUnet is distributed in the hope that it will be useful, but
@@ -79,7 +79,7 @@ run (void *cls,
   i = 0;
   GNUNET_break (NULL != 
                GNUNET_STATISTICS_get (h, NULL, "test-0",
-                                      GNUNET_TIME_UNIT_SECONDS, &next, &check_1, cls));
+                                      GNUNET_TIME_UNIT_MINUTES, &next, &check_1, cls));
 }