Subject: | Google Maps API returned status 'OVER_QUERY_LIMIT' |
Sometimes t/01-google.t may fail like this:
...
Google Maps API returned status 'OVER_QUERY_LIMIT' at /home/cpansand/.cpan/build/2017092700/Geo-Coder-Cache-0.06-2/blib/lib/Geo/Coder/Cache.pm line 56.
# Looks like your test exited with 255 just after 1.
t/01-google.t ..
Dubious, test returned 255 (wstat 65280, 0xff00)
Failed 2/3 subtests
...
Probably the test suite should sleep and retry and/or ignore such a failure (actually that's what I am doing in the Geo-Coder-Googlev3 test suite).