From 377c646d6116d11942a197a25767c1f47304ab5f Mon Sep 17 00:00:00 2001 From: Maxim Lobanov Date: Thu, 23 Apr 2020 06:19:26 +0300 Subject: [PATCH] w --- azure-pipelines/templates/build-job.yml | 2 +- azure-pipelines/templates/test-job.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/azure-pipelines/templates/build-job.yml b/azure-pipelines/templates/build-job.yml index 021fb51..db625d8 100644 --- a/azure-pipelines/templates/build-job.yml +++ b/azure-pipelines/templates/build-job.yml @@ -1,5 +1,5 @@ jobs: -- job: Build_Node_$(Platform) +- job: Build_Node timeoutInMinutes: 90 pool: name: Azure Pipelines diff --git a/azure-pipelines/templates/test-job.yml b/azure-pipelines/templates/test-job.yml index 708e3f4..4c88389 100644 --- a/azure-pipelines/templates/test-job.yml +++ b/azure-pipelines/templates/test-job.yml @@ -1,5 +1,5 @@ jobs: -- job: Test_Node_$(Platform) +- job: Test_Node pool: name: Azure Pipelines vmImage: $(VmImage)