fix some more tests

Signed-off-by: Marc 'risson' Schmitt <marc.schmitt@risson.space>
This commit is contained in:
Marc 'risson' Schmitt
2025-06-27 15:25:49 +02:00
parent 786bada7d0
commit c702fa1f95
4 changed files with 4 additions and 4 deletions

View File

@ -23,7 +23,7 @@ class TestProxyKubernetes(TestCase):
def setUp(self):
# Ensure that local connection have been created
outpost_connection_discovery()
outpost_connection_discovery.send()
self.controller = None
@pytest.mark.timeout(120)