Skip to content

Commit 6dba01d

Browse files
committed
[tests] Added spatialite timeout
1 parent 260289a commit 6dba01d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests/openwisp2/settings.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@
1414
"default": {
1515
"ENGINE": "openwisp_utils.db.backends.spatialite",
1616
"NAME": os.path.join(BASE_DIR, "openwisp-controller.db"),
17+
"OPTIONS": {"timeout": 10},
1718
}
1819
}
1920
if TESTING and "--exclude-tag=selenium_tests" not in sys.argv:

0 commit comments

Comments
 (0)