Skip to content

Commit

Permalink
Merge pull request #316 from opensafely-core/e2e_timeout
Browse files Browse the repository at this point in the history
Increase the global timeout for e2e expect assertions
  • Loading branch information
rebkwok authored May 8, 2024
2 parents 93c5fbd + 8a16c2c commit d7c2dd6
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions tests/functional/conftest.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,14 @@
import pytest
from django.conf import settings
from django.contrib.sessions.models import Session
from playwright.sync_api import expect

from tests import factories


expect.set_options(timeout=10_000)


@pytest.fixture(scope="session", autouse=True)
def set_env():
# This is required for playwright tests with Django
Expand Down

0 comments on commit d7c2dd6

Please sign in to comment.