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)