Skip to content

Commit a722f90

Browse files
committed
Reduces proof requirement for generations test
1 parent 07d39ef commit a722f90

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Tests/CodexReleaseTests/MarketTests/MultipleContractsTest.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ private IStoragePurchaseContract CreateStorageRequest(ICodexNode client)
8888
MinRequiredNumberOfNodes = (uint)slots,
8989
NodeFailureTolerance = (uint)tolerance,
9090
PricePerBytePerSecond = pricePerBytePerSecond,
91-
ProofProbability = 1,
91+
ProofProbability = 1000,
9292
CollateralPerByte = 1.TstWei()
9393
});
9494
}

0 commit comments

Comments
 (0)