Skip to content

Commit ea8ee1a

Browse files
committed
[tests] Added timeout option for spatialite DB
1 parent f3e3866 commit ea8ee1a

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
@@ -131,6 +131,7 @@
131131
"default": {
132132
"ENGINE": "django.db.backends.sqlite3",
133133
"NAME": os.path.join(BASE_DIR, "openwisp_radius.db"),
134+
"OPTIONS": {"timeout": 10},
134135
}
135136
}
136137

0 commit comments

Comments
 (0)