Merge pull request #1728 from umap-project/bump-integration-tests-timeout

chore: bump the timeout for integration tests
This commit is contained in:
David Larlet 2024-04-02 14:16:55 -04:00 committed by GitHub
commit ce19e0a19c
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

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