Merge pull request #1728 from umap-project/bump-integration-tests-timeout
chore: bump the timeout for integration tests
This commit is contained in:
commit
ce19e0a19c
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue