Subject: | Ignore "Too many requests" errors in test suite? |
It seems that it is possible for heavy smokers to exceed the request limit. An example is Andreas' machine, where multiple perl versions smoke CPAN distributions in parallel: http://www.cpantesters.org/cpan/report/40a752a6-8715-11e5-bafa-d73ea9884ca8
Maybe it would be good if such errors are detected and simply ignored, e.g. further requests to the API skipped (I do something similar in my Geo::Coder::Googlev3 module).