Skip to content

Commit 948ff3c

Browse files
committed
Setting PBKDF2 rounds to 1000 for testing
Override in the module that defines the config.
1 parent 12c56c6 commit 948ff3c

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

test/db_test_base.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,8 @@
5757
# these TRACKER_WEB and MAIL_DOMAIN values are used in mailgw tests
5858
config.MAIL_DOMAIN = "your.tracker.email.domain.example"
5959
config.TRACKER_WEB = "http://tracker.example/cgi-bin/roundup.cgi/bugs/"
60+
# override number of rounds to reduce CI time
61+
#config.PASSWORD_PBKDF2_DEFAULT_ROUNDS = 1000
6062
# uncomment the following to have excessive debug output from test cases
6163
# FIXME: tracker logging level should be increased by -v arguments
6264
# to 'run_tests.py' script

0 commit comments

Comments
 (0)