diff --git a/ContinuousTests/Tests/HoldMyBeerTest.cs b/ContinuousTests/Tests/HoldMyBeerTest.cs index 0f5e422..a755e9d 100644 --- a/ContinuousTests/Tests/HoldMyBeerTest.cs +++ b/ContinuousTests/Tests/HoldMyBeerTest.cs @@ -41,7 +41,7 @@ namespace ContinuousTests.Tests }); - var dl = DownloadFile(Nodes[1], cid!); + var dl = DownloadFile(Nodes[0], cid!); file.AssertIsEqual(dl); Stopwatch.Measure(Log, "download-log-asserts", () => diff --git a/Tests/BasicTests/ContinuousSubstitute.cs b/Tests/BasicTests/ContinuousSubstitute.cs index 1723b70..5b18c34 100644 --- a/Tests/BasicTests/ContinuousSubstitute.cs +++ b/Tests/BasicTests/ContinuousSubstitute.cs @@ -64,9 +64,9 @@ namespace Tests.BasicTests { var blockExpirationTime = TimeSpan.FromMinutes(3); var group = SetupCodexNodes(3, o => o - //.EnableMetrics() + .EnableMetrics() .WithBlockTTL(blockExpirationTime) - .WithBlockMaintenanceInterval(TimeSpan.FromMinutes(1)) + .WithBlockMaintenanceInterval(TimeSpan.FromMinutes(2)) .WithBlockMaintenanceNumber(10000) .WithStorageQuota(2000.MB()));