Skip to content

Commit 82b3e1a

Browse files
author
Felipe Mello
committed
increase timeout
1 parent 15f6496 commit 82b3e1a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/unit_tests/observability/test_metric_actors.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ async def test_backend_init(self, local_fetcher):
7575
class TestRegistrationLifecycle:
7676
"""Test registration lifecycle."""
7777

78-
@pytest.mark.timeout(3)
78+
@pytest.mark.timeout(10)
7979
@pytest.mark.asyncio
8080
async def test_registration_lifecycle(self, global_logger, local_fetcher):
8181
"""Test complete registration/deregistration lifecycle."""

0 commit comments

Comments
 (0)