From a5454a9ed7c7b5c9d7064a4d01a6abc58eb65bcc Mon Sep 17 00:00:00 2001 From: Tomas Baca Date: Wed, 7 Feb 2024 07:18:05 +0100 Subject: [PATCH] added even more delay before takeof test, TODO --- test/path_before_takeoff/test.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/path_before_takeoff/test.cpp b/test/path_before_takeoff/test.cpp index f57262e..34e5951 100644 --- a/test/path_before_takeoff/test.cpp +++ b/test/path_before_takeoff/test.cpp @@ -55,7 +55,7 @@ bool Tester::test() { } // TODO we are not waiting for trajectory generaiton diagnostics to be ready - sleep(2.0); + sleep(10.0); // | -------------------- call the service -------------------- |