We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 12c56c6 commit 948ff3cCopy full SHA for 948ff3c
test/db_test_base.py
@@ -57,6 +57,8 @@
57
# these TRACKER_WEB and MAIL_DOMAIN values are used in mailgw tests
58
config.MAIL_DOMAIN = "your.tracker.email.domain.example"
59
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
62
# uncomment the following to have excessive debug output from test cases
63
# FIXME: tracker logging level should be increased by -v arguments
64
# to 'run_tests.py' script
0 commit comments