Subject: | Diagnostics about long-running test |
t/WebService-MODIS.t runs for a long time (compared to test suites of other CPAN distributions), typically 5-10 minutes, but sometimes even longer, up to 30 minutes. It would be nice if there was a diagnostic message before starting the long running initCache() call, e.g. something like
diag("This test runs for a long time (5-30 minutes)");
At least this prevents from a cpan tester killing the apparently hanging process and sending unnecessary fail reports.