Re: Clock skew failures in Memoize test suite
[p5sagit/p5-mst-13.2.git] / lib / Config.t
index d64d810..c47519b 100644 (file)
@@ -10,7 +10,7 @@ use_ok('Config');
 
 # Some (safe?) bets.
 
-ok(keys %Config > 900, "Config has more than 900 entries");
+ok(keys %Config > 500, "Config has more than 500 entries");
 
 ok(each %Config);