We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 15f6496 commit 82b3e1aCopy full SHA for 82b3e1a
tests/unit_tests/observability/test_metric_actors.py
@@ -75,7 +75,7 @@ async def test_backend_init(self, local_fetcher):
75
class TestRegistrationLifecycle:
76
"""Test registration lifecycle."""
77
78
- @pytest.mark.timeout(3)
+ @pytest.mark.timeout(10)
79
@pytest.mark.asyncio
80
async def test_registration_lifecycle(self, global_logger, local_fetcher):
81
"""Test complete registration/deregistration lifecycle."""
0 commit comments