Skip to content

Commit

Permalink
Make SendNewProject test push smaller change (to prevent 524's)
Browse files Browse the repository at this point in the history
  • Loading branch information
myieye committed Dec 15, 2023
1 parent 3b1b05c commit 2c7bb93
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -230,7 +230,7 @@ ... on DbError {
HgRunner.Run("""hg commit -m "first commit" """, sendReceiveParams.DestDir, 1, progress);

//add a bunch of small files, must be in separate commits otherwise hg runs out of memory. But we want the push to be large
const int totalSizeMb = 180;
const int totalSizeMb = 150;
const int fileCount = 10;
for (int i = 1; i <= fileCount; i++)
{
Expand Down

0 comments on commit 2c7bb93

Please sign in to comment.