Skip to content

Commit 4476d58

Browse files
committed
fix AzureRT tests in Dogfood
1 parent b6ae7e7 commit 4476d58

File tree

1 file changed

+2
-2
lines changed
  • src/ServiceManagement/Compute/Commands.ServiceManagement.Test/FunctionalTests

1 file changed

+2
-2
lines changed

src/ServiceManagement/Compute/Commands.ServiceManagement.Test/FunctionalTests/BVTTest.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ public void AzureIaaSBVT()
101101

102102
string newAzureVMName = Utilities.GetUniqueShortName(vmNamePrefix);
103103

104-
imageName = vmPowershellCmdlets.GetAzureVMImageName(new[] { "Windows" }, false, 50);
104+
imageName = vmPowershellCmdlets.GetAzureVMImageName(new[] { "Windows" }, false, 130);
105105

106106
RecordTimeTaken(ref prevTime);
107107

@@ -222,7 +222,7 @@ public void AzureIaaSBVT()
222222
//
223223
// Set-AzureOSDisk
224224
//
225-
vm = vmPowershellCmdlets.SetAzureOSDisk(null, vm, 100);
225+
vm = vmPowershellCmdlets.SetAzureOSDisk(null, vm, 200);
226226

227227
//
228228
// New-AzureDns

0 commit comments

Comments
 (0)