We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ae847fa commit 866976eCopy full SHA for 866976e
1 file changed
azure-pipelines.yml
@@ -11,6 +11,7 @@
11
# /logs <- Where results of tests and lots are collated
12
#
13
# As of May 2020 this takes ~ 70 mins to run.
14
+# As of Nov 2020 this takes ~ 120 mins to run.
15
16
# The only things that should ever be changed are the repo branches in the resources.
17
@@ -63,7 +64,7 @@ schedules:
63
64
65
jobs:
66
- job: build_and_run_tests
- timeoutInMinutes: 120
67
+ timeoutInMinutes: 150
68
pool:
69
vmImage: 'Ubuntu 16.04'
70
0 commit comments