chore: bump the timeout for integration tests

This commit is contained in:
David Larlet 2024-04-02 14:01:27 -04:00
parent 05a25ed8fe
commit 8c4d887999
No known key found for this signature in database
GPG key ID: 3E2953A359E7E7BD

View file

@ -3,7 +3,7 @@ import pytest
@pytest.fixture(autouse=True) @pytest.fixture(autouse=True)
def set_timeout(context): def set_timeout(context):
context.set_default_timeout(5000) context.set_default_timeout(7500)
@pytest.fixture @pytest.fixture