Hi
I have been trying to add tests for pandas-dev for arm64 in travis-ci .
Due to absence of wheels for numpy on arm64, the whole build+test suite consumes more than 50 minutes to complete .
here is the build :
https://travis-ci.org/ossdev07/pandas/jobs/625636386
current timeout limit to finish a job in arm64 is 50 minutes, but that is a bit low for arm64 builds.
I’m estimating it will take 1 hour 20 minutes .
Is there a way to request extension of timeout limit for arm64 ?