Rollup merge of #62722 - alexcrichton:unlimit-tools, r=pietroalbini

ci: Bump time limit of tools builder on PRs

This should give it enough time to finish instead of being killed after
an hour.
This commit is contained in:
Mark Rousskov 2019-07-16 11:39:00 -04:00 committed by GitHub
commit 51ca50ebd6
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -21,6 +21,7 @@ jobs:
IMAGE: mingw-check
- job: LinuxTools
timeoutInMinutes: 600
pool:
vmImage: ubuntu-16.04
steps: