Skip to content

Commit 51bcb77

Browse files
Nathan-Cowindriesvints
andauthoredNov 1, 2024··
Speed up tests by using lower bcrypt rounds in testing env #986 (#1167)
* Fixes#986 use lower BCRYPT_ROUNDS in testing to speed up tests * database name to testing * wip --------- Co-authored-by: Dries Vints <[email protected]>
1 parent 7d92c5f commit 51bcb77

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed
 

‎phpunit.xml

+1
Original file line numberDiff line numberDiff line change
@@ -32,5 +32,6 @@
3232
<env name="TELEGRAM_CHANNEL" value="null"/>
3333
<env name="FATHOM_SITE_ID" value="1234"/>
3434
<env name="FATHOM_TOKEN" value="5678"/>
35+
<env name="BCRYPT_ROUNDS" value="4"/>
3536
</php>
3637
</phpunit>

0 commit comments

Comments
 (0)
Please sign in to comment.