The travis windows build sometimes times out on make check
. Bump the timeout from 20 to 50 minutes.
This is a short-term measure. We should figure out why the unit tests are slow in Wine.
The travis windows build sometimes times out on make check
. Bump the timeout from 20 to 50 minutes.
This is a short-term measure. We should figure out why the unit tests are slow in Wine.
utACK bc308ba999ec86d8ebc32f8845069c07cb43cf8d with my rationale copied from #10267 (comment)
I am fine with bumping to 40 or 50 minutes. In case we need that much time, it will time out due to the global limit anyway. The long term solution would be to somehow speed up the unit tests on Wine, but that doesn’t have to block this (and other) pull requests.
The windows build still seems to be timing out, examples:
https://travis-ci.org/bitcoin/bitcoin/jobs/363172751#L2758 https://travis-ci.org/bitcoin/bitcoin/jobs/363172751#L2758 https://travis-ci.org/bitcoin/bitcoin/jobs/361968560#L2747 https://travis-ci.org/bitcoin/bitcoin/jobs/361810096#L2747
Maybe it would be a good idea to temporarily disable these checks.