Skip to content
Prev 1653 / 12125 Next

[R-pkg-devel] unusually slow tests on win-builder

The relevant output is below:

* checking examples ...
** running examples for arch 'i386' ... [24s] NOTE
Examples with CPU or elapsed time > 10s
    user system elapsed
cfa 8.05   0.36   10.08
** running examples for arch 'x64' ... [28s] NOTE
Examples with CPU or elapsed time > 10s
     user system elapsed
cfa 10.62   0.23      12
* checking for unstated dependencies in 'tests' ... OK
* checking tests ...
** running tests for arch 'i386' ... [25s] OK
  Running 'testthat.R' [24s]
** running tests for arch 'x64' ... [32s] OK
  Running 'testthat.R' [31s]


I'm not sure why you're saying it's taking too long to run your tests
when the output is telling you that it's your examples that are taking
too long to run.  It's also not taking 24 and 28 seconds - I believe
that is just a timestamp telling you that it's producing that note 24
and 28 seconds into the check but I could be wrong.  Either way the
relevant output for how long the examples take look like:

    user system elapsed
cfa 8.05   0.36   10.08

That which tells you total it took 10.08 seconds to run the examples
for arch 'i386'.

-Dason Kurkiewicz
On Mon, Jun 5, 2017 at 8:23 AM, Jonathon Love <jon at thon.cc> wrote: