Skip to content

Commit

Permalink
Increase timeout for pack tests
Browse files Browse the repository at this point in the history
  • Loading branch information
jeffkl committed Jul 1, 2024
1 parent 6d422fa commit ce678f8
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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);

Expand Down

0 comments on commit ce678f8

Please sign in to comment.