Skip to content

Commit

Permalink
Increase number of temp projects to keep to support parallel executio…
Browse files Browse the repository at this point in the history
…n with 8 threads.
  • Loading branch information
gasparnagy committed Jan 10, 2025
1 parent 0e233c4 commit b58ffa2
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ namespace Reqnroll.TestProjectGenerator.Helpers;
public class FolderCleaner
{
private const int MaxTestRunAgeMinutes = 60;
private const int MaxTestRunsToKeep = 6;
private const int MaxTestRunsToKeep = 10;

private static int _oldFoldersCleaned = 0;
private readonly Folders _folders;
Expand Down

0 comments on commit b58ffa2

Please sign in to comment.