Skip to content

Commit

Permalink
Reduces swarm size for smallswarm test
Browse files Browse the repository at this point in the history
  • Loading branch information
benbierens committed Dec 2, 2024
1 parent abf2972 commit 35e9dd5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions ProjectPlugins/CodexPlugin/StoragePurchaseContract.cs
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,7 @@ public void WaitForStorageContractFinished(ICodexContracts contracts)
LogFinishedDuration();
AssertDuration(SubmittedToFinished, timeout, nameof(SubmittedToFinished));

contracts.WaitUntilNextPeriod();
contracts.WaitUntilNextPeriod();

var blocks = 3;
Expand Down
2 changes: 1 addition & 1 deletion Tests/CodexReleaseTests/DataTests/SwarmTest.cs
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ namespace CodexReleaseTests.DataTests
[TestFixture]
public class SwarmTests : AutoBootstrapDistTest
{
private const int NumberOfNodes = 5;
private const int NumberOfNodes = 2;
private const int FileSizeMb = 2;

[Test]
Expand Down

0 comments on commit 35e9dd5

Please sign in to comment.