diff --git a/opencodelists/settings.py b/opencodelists/settings.py index caeef256..7cd56462 100644 --- a/opencodelists/settings.py +++ b/opencodelists/settings.py @@ -148,7 +148,7 @@ # from coding_systems.versioning.apps) DATABASES = { "default": env.dj_db_url("DATABASE_URL", "sqlite:///db.sqlite3"), - "OPTIONS": {"timeout": 30}, + "OPTIONS": {"timeout": 45}, } DATABASE_DIR = Path(