Skip to content
Snippets Groups Projects
Commit f112a85e authored by Samuel GAIST's avatar Samuel GAIST
Browse files

[settings][ci] Give more timeout to SQLite database

parent d47f540d
No related branches found
No related tags found
1 merge request!275ZMQ refactoring
Pipeline #27951 failed
......@@ -30,3 +30,4 @@
from .test import * # noqa
RUNNING_ON_CI = True
DATABASES["default"]["OPTIONS"]["timeout"] = 60 # noqa
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment