Skip to content

Commit 1c8d739

Browse files
committed
Increase timeout to 5 minutes
1 parent c86ad53 commit 1c8d739

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/AppInstallerCLIE2ETests/ConfigureCommand.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -314,7 +314,7 @@ public void ConfigureFromTestRepo_DSCv3()
314314
TestCommon.EnsureModuleState(Constants.SimpleTestModuleName, present: true, repository: Constants.TestRepoName);
315315
this.DeleteResourceArtifacts();
316316

317-
var result = TestCommon.RunAICLICommand(CommandAndAgreementsAndVerbose, TestCommon.GetTestDataFile("Configuration\\Configure_TestRepo_DSCv3.yml"));
317+
var result = TestCommon.RunAICLICommand(CommandAndAgreementsAndVerbose, TestCommon.GetTestDataFile("Configuration\\Configure_TestRepo_DSCv3.yml"), timeOut: 300000);
318318
Assert.AreEqual(0, result.ExitCode);
319319

320320
// The configuration creates a file next to itself with the given contents

0 commit comments

Comments
 (0)