Skip to content

Commit 2c06ee9

Browse files
committed
Try fix tests
1 parent 06c85b1 commit 2c06ee9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/AppInstallerCLIE2ETests/ConfigureExportCommand.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -149,7 +149,7 @@ public void ExportAll()
149149
{
150150
var exportDir = TestCommon.GetRandomTestDir();
151151
var exportFile = Path.Combine(exportDir, "exported.yml");
152-
var result = TestCommon.RunAICLICommand(Command, $"--all -o {exportFile}");
152+
var result = TestCommon.RunAICLICommand(Command, $"--all -o {exportFile}", timeOut: 600000);
153153
Assert.AreEqual(Constants.ErrorCode.S_OK, result.ExitCode);
154154
Assert.True(File.Exists(exportFile));
155155

0 commit comments

Comments
 (0)