integration: fix failure rate in test

This commit is contained in:
Mark Spanbroek 2024-02-29 08:06:30 +01:00
parent 22db924850
commit aff67ed5e9
No known key found for this signature in database
GPG Key ID: FBE3E9548D427C00

View File

@ -142,7 +142,7 @@ marketplacesuite "Simulate invalid proofs":
providers:
CodexConfigs.init(nodes=1)
.withSimulateProofFailures(idx=0, failEveryNProofs=3)
.withSimulateProofFailures(idx=0, failEveryNProofs=1)
# .debug() # uncomment to enable console log output
# .withLogFile() # uncomment to output log file to tests/integration/logs/<start_datetime> <suite_name>/<test_name>/<node_role>_<node_idx>.log
# .withLogTopics("marketplace", "sales", "reservations", "node")