Skip to content

Commit 866976e

Browse files
Increase run timeout
1 parent ae847fa commit 866976e

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

azure-pipelines.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@
1111
# /logs <- Where results of tests and lots are collated
1212
#
1313
# As of May 2020 this takes ~ 70 mins to run.
14+
# As of Nov 2020 this takes ~ 120 mins to run.
1415
#
1516
# The only things that should ever be changed are the repo branches in the resources.
1617
#
@@ -63,7 +64,7 @@ schedules:
6364

6465
jobs:
6566
- job: build_and_run_tests
66-
timeoutInMinutes: 120
67+
timeoutInMinutes: 150
6768
pool:
6869
vmImage: 'Ubuntu 16.04'
6970

0 commit comments

Comments
 (0)