Skip to content

Commit d1538e5

Browse files
committed
added delay into modalities test
1 parent edfccc8 commit d1538e5

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

test/modalities/test.cpp

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,8 @@ bool Tester::test() {
3232
}
3333
}
3434

35+
this->sleep(1.0);
36+
3537
{
3638
auto [success, message] = uh->gotoAbs(0, 0, 2.0, 0);
3739

@@ -51,7 +53,6 @@ bool Tester::test() {
5153
}
5254
}
5355

54-
5556
TEST(TESTSuite, test) {
5657

5758
Tester tester;

0 commit comments

Comments
 (0)