From d1538e527bf39c550cc88855a8818b8e80b6fd5d Mon Sep 17 00:00:00 2001 From: Tomas Baca Date: Sun, 28 Apr 2024 09:18:34 +0200 Subject: [PATCH] added delay into modalities test --- test/modalities/test.cpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/test/modalities/test.cpp b/test/modalities/test.cpp index f3c6d7b..b3d5762 100644 --- a/test/modalities/test.cpp +++ b/test/modalities/test.cpp @@ -32,6 +32,8 @@ bool Tester::test() { } } + this->sleep(1.0); + { auto [success, message] = uh->gotoAbs(0, 0, 2.0, 0); @@ -51,7 +53,6 @@ bool Tester::test() { } } - TEST(TESTSuite, test) { Tester tester;