Skip to content

Commit 319e99c

Browse files
authored
Increase controller period tolerance further (#2405)
1 parent b315f2b commit 319e99c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

controller_manager/test/test_controller_manager.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -909,7 +909,7 @@ TEST_P(TestControllerManagerWithUpdateRates, per_controller_equal_and_higher_upd
909909
// [cm_update_rate, 2*cm_update_rate)
910910
EXPECT_THAT(
911911
test_controller->update_period_.seconds(),
912-
testing::AllOf(testing::Ge(0.7 / cm_update_rate), testing::Lt((1.3 / cm_update_rate))));
912+
testing::AllOf(testing::Ge(0.7 / cm_update_rate), testing::Lt((1.6 / cm_update_rate))));
913913
ASSERT_EQ(
914914
test_controller->internal_counter,
915915
cm_->get_loaded_controllers()[0].execution_time_statistics->GetCount());

0 commit comments

Comments
 (0)