diff --git a/django_q/tests/test_cluster.py b/django_q/tests/test_cluster.py index d9abf177..f20e9487 100644 --- a/django_q/tests/test_cluster.py +++ b/django_q/tests/test_cluster.py @@ -2,7 +2,6 @@ import os from multiprocessing import Queue, Event, Value import threading -from time import sleep import pytest @@ -183,6 +182,7 @@ def test_async(r): assert result(h) == 12 r.delete(list_key) + @pytest.mark.django_db def test_timeout(r): # set up the Sentinel