Skip to content

Commit

Permalink
size down send new project test
Browse files Browse the repository at this point in the history
  • Loading branch information
hahn-kev committed Oct 17, 2023
1 parent cdec1d5 commit c100f58
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions backend/Testing/SyncReverseProxy/SendReceiveServiceTests.cs
Original file line number Diff line number Diff line change
Expand Up @@ -180,8 +180,8 @@ await apiTester
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 = 1100;
const int fileCount = 25;
const int totalSizeMb = 100;
const int fileCount = 10;
for (int i = 1; i <= fileCount; i++)
{
var bigFileName = $"big-file{i}.bin";
Expand Down

0 comments on commit c100f58

Please sign in to comment.