Skip to content

Commit

Permalink
PP-6130 Increase Test Performance
Browse files Browse the repository at this point in the history
- `test-it-config.yaml` had the number of charges expunged set to an
unnecessarily high number, decreasing this will make it run faster.
  • Loading branch information
Rory Malcolm committed Feb 13, 2020
1 parent 3ce59cf commit 18e43bd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/test/resources/config/test-it-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -175,5 +175,5 @@ ledgerBaseURL: ${LEDGER_URL:-http://localhost:10700}
expungeConfig:
minimumAgeOfChargeInDays: ${EXPUNGE_CHARGES_OLDER_THAN_DAYS:-90}
excludeChargesParityCheckedWithInDays: ${EXPUNGE_EXCLUDE_CHARGES_PARITY_CHECKED_WITHIN_DAYS:-7}
numberOfChargesToExpunge: ${EXPUNGE_NO_OF_CHARGE_PER_TASK_RUN:-25000}
numberOfChargesToExpunge: ${EXPUNGE_NO_OF_CHARGE_PER_TASK_RUN:-10}
expungeChargesEnabled: ${EXPUNGE_CHARGES_ENABLED:-true}

0 comments on commit 18e43bd

Please sign in to comment.