From 75d13025427a90fc836aaee6c032d1974384b759 Mon Sep 17 00:00:00 2001 From: Tomas Baca Date: Tue, 16 Jul 2024 11:12:29 +0200 Subject: [PATCH] ControlManager: fixing test flakiness --- test/include/remote_control_test.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/test/include/remote_control_test.h b/test/include/remote_control_test.h index 3db1fe4..5050801 100644 --- a/test/include/remote_control_test.h +++ b/test/include/remote_control_test.h @@ -514,6 +514,8 @@ bool RemoteControlTest::test() { } } + sleep(1.0); + deactivate(); // | -------- wait for indication from the diagnostics -------- |