Skip to content

Commit

Permalink
Speed up tests by using lower bcrypt rounds in testing env #986 (#1167)
Browse files Browse the repository at this point in the history
* Fixes#986 use lower BCRYPT_ROUNDS in testing to speed up tests

* database name to testing

* wip

---------

Co-authored-by: Dries Vints <[email protected]>
  • Loading branch information
Nathan-Cowin and driesvints authored Nov 1, 2024
1 parent 7d92c5f commit 51bcb77
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions phpunit.xml
Original file line number Diff line number Diff line change
Expand Up @@ -32,5 +32,6 @@
<env name="TELEGRAM_CHANNEL" value="null"/>
<env name="FATHOM_SITE_ID" value="1234"/>
<env name="FATHOM_TOKEN" value="5678"/>
<env name="BCRYPT_ROUNDS" value="4"/>
</php>
</phpunit>

0 comments on commit 51bcb77

Please sign in to comment.