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 260289a commit 6dba01dCopy full SHA for 6dba01d
tests/openwisp2/settings.py
@@ -14,6 +14,7 @@
14
"default": {
15
"ENGINE": "openwisp_utils.db.backends.spatialite",
16
"NAME": os.path.join(BASE_DIR, "openwisp-controller.db"),
17
+ "OPTIONS": {"timeout": 10},
18
}
19
20
if TESTING and "--exclude-tag=selenium_tests" not in sys.argv:
0 commit comments