https://pantsbuild.org/ logo
a

average-vr-56795

05/31/2019, 10:34 AM
Timed out, and I’m not sure how to diagnose why: https://travis-ci.org/pantsbuild/pants/jobs/539430253
w

witty-crayon-22786

05/31/2019, 2:59 PM
that's v1 timing out, i think?
...oh. or it's just that the whole thing took more than 50 minutes.
a

average-vr-56795

05/31/2019, 3:03 PM
Yeah, it looks like the whole thing took >50 minutes, so got `SIGKILL`’d, and I can’t see from the output what test it was in…
h

hundreds-father-404

05/31/2019, 3:57 PM
So that is due to
travis_wait
timing out. We should set a higher value for it, like
travis_wait 65
https://github.com/pantsbuild/pants/blob/master/.travis.yml#L958 Alternatively, we could make the V2 test runner faster. See https://github.com/pantsbuild/pants/issues/7795
w

witty-crayon-22786

05/31/2019, 4:04 PM
whoops, sorry. the ticket i meant to reference was: https://github.com/pantsbuild/pants/issues/6898
but also, worth noting that pushing forward on remoting is also a way to get caching.