bump storage quota

This commit is contained in:
Eric
2023-08-18 16:02:21 +10:00
parent 82ce11e848
commit bd9edd3931
+1 -1
View File
@@ -22,7 +22,7 @@ namespace Tests.BasicTests
var sellerWithFailures = SetupCodexNode(s => s
.WithLogLevel(CodexLogLevel.Trace, "marketplace", "sales", "proving", "reservations")
.WithStorageQuota(11.GB())
.WithStorageQuota(20.GB())
.WithBootstrapNode(seller)
.WithSimulateProofFailures(2)
.EnableMarketplace(sellerInitialBalance)