Skip to content

Commit

Permalink
Merge pull request #2111 from alphagov/PP-6130-Increase-Test-Performance
Browse files Browse the repository at this point in the history
PP-6130 Increase Test Performance
  • Loading branch information
rory malcolm authored Feb 13, 2020
2 parents d220d1a + 18e43bd commit 6bfe8d2
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 6bfe8d2

Please sign in to comment.