Skip to content

Commit a64a369

Browse files
committed
fix: update CASBIN_AUTO_LOAD_POLICY_INTERVAL to 0.5 to enable auto-save in tests
1 parent eee679f commit a64a369

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

openedx_authz/settings/test.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,4 +69,4 @@ def plugin_settings(settings): # pylint: disable=unused-argument
6969

7070
# Casbin configuration
7171
CASBIN_MODEL = os.path.join(ROOT_DIRECTORY, "engine", "config", "model.conf")
72-
CASBIN_AUTO_LOAD_POLICY_INTERVAL = 0
72+
CASBIN_AUTO_LOAD_POLICY_INTERVAL = 0.5

0 commit comments

Comments
 (0)