Change default value for external users
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user