Skip to content

Commit 391cb3d

Browse files
authored
Increase timeout from default 2000ms to 3000ms for AzureAppServiceManageV0 KuduServiceTests (#21468)
1 parent 76901e1 commit 391cb3d

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

Tasks/AzureAppServiceManageV0/Tests/L0.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ describe('Azure App Service Manage Suite', function() {
3030

3131
ApplicationInsightsTests.ApplicationInsightsTests();
3232
AppServiceTests.AzureAppServiceMockTests();
33-
KuduServiceTests.KuduServiceTests();
33+
KuduServiceTests.KuduServiceTests(3000);
3434
AppInsightsWebTests.ApplicationInsightsTests();
3535
ResourcesTests.ResourcesTests();
3636
});

Tasks/AzureAppServiceManageV0/task.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
"version": {
2020
"Major": 0,
2121
"Minor": 266,
22-
"Patch": 0
22+
"Patch": 1
2323
},
2424
"minimumAgentVersion": "1.102.0",
2525
"instanceNameFormat": "$(Action): $(WebAppName)",

Tasks/AzureAppServiceManageV0/task.loc.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
"version": {
2020
"Major": 0,
2121
"Minor": 266,
22-
"Patch": 0
22+
"Patch": 1
2323
},
2424
"minimumAgentVersion": "1.102.0",
2525
"instanceNameFormat": "ms-resource:loc.instanceNameFormat",

0 commit comments

Comments
 (0)