2
0
mirror of synced 2025-01-12 09:34:40 +00:00

Reduces swarm size for smallswarm test

This commit is contained in:
Ben 2024-12-02 15:37:50 +01:00
parent abf297263c
commit 35e9dd5894
No known key found for this signature in database
GPG Key ID: 0F16E812E736C24B
2 changed files with 2 additions and 1 deletions

View File

@ -77,6 +77,7 @@ namespace CodexPlugin
LogFinishedDuration();
AssertDuration(SubmittedToFinished, timeout, nameof(SubmittedToFinished));
contracts.WaitUntilNextPeriod();
contracts.WaitUntilNextPeriod();
var blocks = 3;

View File

@ -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]