mirror of
https://github.com/codex-storage/nim-codex.git
synced 2025-03-03 22:10:33 +00:00
integration: fix failure rate in test
This commit is contained in:
parent
22db924850
commit
aff67ed5e9
@ -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")
|
||||
|
Loading…
x
Reference in New Issue
Block a user