Hi internals, Since some time ago (not sure how long) our AppVeyor builds have been timing out more often than not, to the point that I've started ignoring failing AppVeyor builds entirely.
I just learned about the Azure Pipelines ( https://azure.microsoft.com/en-us/services/devops/pipelines/) offering, which offers open source projects 10 parallel builds with unlimited minutes. Assuming there's no other catch here, it might be worthwhile to migrate our Windows CI jobs to Azure Pipelines. Independently of that, it would be great if someone on a Windows environment could look into the issue of AppVeyor timeouts. While PHP is known to be slower on Windows, I find it somewhat odd that our AppVeyor builds routinely take more than 60 minutes, while Travis builds usually finish in 20 minutes. Based on build logs, running tests on AppVeyor often takes ~45 minutes, while it takes ~15 minutes on Travis. Might there be a legitimate performance issue here, that was caused by a recent-ish (last month or so) change? Regards, Nikita