Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix typo
Browse files Browse the repository at this point in the history
Co-authored-by: f-fl0 <66578286+f-fl0@users.noreply.github.com>
at-wat and f-fl0 authored Oct 15, 2024
1 parent 13f5d49 commit c125019
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/src/sync_timing.cpp
Original file line number Diff line number Diff line change
@@ -135,7 +135,7 @@ TEST_F(SyncTiming, NoConcurrentSync)

ASSERT_NO_FATAL_FAILURE(startSimulator(0, params));
ASSERT_NO_FATAL_FAILURE(startSimulator(1, params));
ros::Duration(1).sleep(); // Wait starup
ros::Duration(1).sleep(); // Wait startup

ASSERT_NO_FATAL_FAILURE(startUrgStamped());
ros::Duration(1).sleep(); // Wait node respawn

0 comments on commit c125019

Please sign in to comment.