Subject: | tests run too long |
it was running more than 10 mins, so I terminated the process:
PID USER PR NI VIRT RES SHR S %CPU %MEM TIME+ COMMAND
28428 perltest 20 0 39660 12m 2396 R 99.9 0.6 10:14.11 perl
perltest 28428 99.7 0.6 39660 13284 ? R 20:36 10:31 /home/perltest/perl5/perlbrew/perls/perl-5.16.3-thread-multi/bin/perl -w t/12-key-gen.t
here is smoke report (which is failure, because I manually terminated the process) http://www.cpantesters.org/cpan/report/d45d9300-382c-11e3-9fcf-edbcf642ae7c
I tried to run tests manually, and I've got:
Files=12, Tests=137, 682 wallclock secs ( 0.26 usr 0.19 sys + 657.36 cusr 22.14 csys = 679.95 CPU)
Files=12, Tests=137, 263 wallclock secs ( 0.14 usr 0.21 sys + 246.60 cusr 12.58 csys = 259.53 CPU)
Files=12, Tests=137, 681 wallclock secs ( 0.29 usr 0.25 sys + 649.82 cusr 25.66 csys = 676.02 CPU)
Files=12, Tests=137, 1461 wallclock secs ( 0.03 usr 0.16 sys + 1402.61 cusr 48.70 csys = 1451.50 CPU
i.e. from 263 to 1461 seconds. unpredicible time. Note that I am running VPS server, so cannot be sure 100% that this time difference not caused by underlying hardware load.