mirror of
https://github.com/Kozea/Radicale.git
synced 2025-08-10 18:40:53 +00:00
Change default value for external users
This commit is contained in:
parent
a7f4ffa7d4
commit
caf5ff1080
9 changed files with 16 additions and 15 deletions
|
@ -47,7 +47,7 @@ class TestBaseAuthRequests(BaseTest):
|
|||
# Disable syncing to disk for better performance
|
||||
"internal": {"filesystem_fsync": "False"},
|
||||
# Set incorrect authentication delay to a very low value
|
||||
"auth": {"delay": "0.002"}}, "test")
|
||||
"auth": {"delay": "0.002"}}, "test", internal=True)
|
||||
|
||||
def teardown(self):
|
||||
shutil.rmtree(self.colpath)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue