diff --git a/tests/conftest.py b/tests/conftest.py index 18ac25e8..3dbbc5af 100644 --- a/tests/conftest.py +++ b/tests/conftest.py @@ -59,7 +59,7 @@ def wait_for_themes(section): timer = 0 with_themes = 0 total = len(section.all()) - while timer < 240 and with_themes < total: + while timer < 300 and with_themes < total: with_themes = 0 try: for item in section.all():