diff --git a/plinth/tests/test_network.py b/plinth/tests/test_network.py index a2a40c234..3bed5153f 100644 --- a/plinth/tests/test_network.py +++ b/plinth/tests/test_network.py @@ -109,6 +109,7 @@ def _connection(network, settings): uuid = network.add_connection(settings) time.sleep(0.1) yield uuid + time.sleep(0.1) network.delete_connection(uuid)