Reduces swarm size for smallswarm test
This commit is contained in:
parent
abf297263c
commit
35e9dd5894
@ -77,6 +77,7 @@ namespace CodexPlugin
|
||||
LogFinishedDuration();
|
||||
AssertDuration(SubmittedToFinished, timeout, nameof(SubmittedToFinished));
|
||||
|
||||
contracts.WaitUntilNextPeriod();
|
||||
contracts.WaitUntilNextPeriod();
|
||||
|
||||
var blocks = 3;
|
||||
|
@ -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]
|
||||
|
Loading…
x
Reference in New Issue
Block a user