Skip to content

Commit 6211698

Browse files
authored
Updating timeout for appinsights (#393)
1 parent b9fdd7c commit 6211698

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

common-npm-packages/azure-arm-rest/Tests/L0-azure-arm-appinsights-tests.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ import * as ttm from 'azure-pipelines-task-lib/mock-test';
33
import tl = require('azure-pipelines-task-lib');
44
import * as path from 'path';
55

6-
export function ApplicationInsightsTests(defaultTimeout = 2000) {
6+
export function ApplicationInsightsTests(defaultTimeout = 6000) {
77
it('azure-arm-appinsights AzureApplicationInsights', function (done: Mocha.Done) {
88
this.timeout(defaultTimeout);
99
let tp = path.join(__dirname, 'azure-arm-appinsights-tests.js');

common-npm-packages/azure-arm-rest/package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

common-npm-packages/azure-arm-rest/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "azure-pipelines-tasks-azure-arm-rest",
3-
"version": "3.246.2",
3+
"version": "3.246.4",
44
"description": "Common Lib for Azure ARM REST apis",
55
"repository": {
66
"type": "git",

0 commit comments

Comments
 (0)