Skip to content

Commit b1afbcb

Browse files
Increasing timeout
1 parent 34f6c7a commit b1afbcb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/test_ros_init.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -139,7 +139,7 @@ TEST_F(TestRosInit, test_services_shut_down) {
139139
n1->create_client<std_srvs::srv::Empty>(service_name);
140140

141141
/* Test */
142-
ASSERT_FALSE(client->wait_for_service(100ms));
142+
ASSERT_FALSE(client->wait_for_service(500ms));
143143
}
144144

145145
/**

0 commit comments

Comments
 (0)