chore: bump the timeout for integration tests
This commit is contained in:
parent
05a25ed8fe
commit
8c4d887999
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue