Skip to content

Commit

Permalink
Attempt to fix locking issues (#150)
Browse files Browse the repository at this point in the history
* Attempt to fix locking issues

* file db
  • Loading branch information
amureki authored Jul 4, 2023
1 parent 0103d9e commit b2e4d49
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions tests/settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -74,9 +74,8 @@ def path_to(*paths):
DATABASES = {
"default": {
"ENGINE": "django.db.backends.sqlite3",
"NAME": ":memory:",
"OPTIONS": {
"timeout": 20,
'TEST': {
'NAME': 'testdb.sqlite3',
},
}
}
Expand Down

0 comments on commit b2e4d49

Please sign in to comment.