Fix hybrid functional tests race condition
[transportpce.git] / tests / transportpce_tests / hybrid / test01_device_change_notifications.py
index a585886771782555c63d2b9bd9b69ff1c9d17b5d..8c5ac3b19527dcba1c50660e28446c883601dbdb 100644 (file)
@@ -131,6 +131,7 @@ class TransportPCEFulltesting(unittest.TestCase):
         for process in cls.processes:
             test_utils.shutdown_process(process)
         print("all processes killed")
+        time.sleep(10)
 
     def setUp(self):  # instruction executed before each test method
         print("execution of {}".format(self.id().split(".")[-1]))