diff --git a/test/NuGet.Clients.Tests/NuGet.CommandLine.Test/NuGetPackCommandTest.cs b/test/NuGet.Clients.Tests/NuGet.CommandLine.Test/NuGetPackCommandTest.cs index 2456f890b21..856f37542cd 100644 --- a/test/NuGet.Clients.Tests/NuGet.CommandLine.Test/NuGetPackCommandTest.cs +++ b/test/NuGet.Clients.Tests/NuGet.CommandLine.Test/NuGetPackCommandTest.cs @@ -1608,6 +1608,7 @@ public void PackCommand_ReferencedProjectWithJsonFile() nugetexe, proj1Directory, "pack proj1.csproj -build -IncludeReferencedProjects", + timeOutInMilliseconds: (int)TimeSpan.FromMinutes(4).TotalMilliseconds, testOutputHelper: _testOutputHelper); Assert.True(0 == r.ExitCode, r.Output + " " + r.Errors);