Skip to content
This repository has been archived by the owner on Dec 13, 2024. It is now read-only.

Commit

Permalink
Increase delays for p-stop test (#227)
Browse files Browse the repository at this point in the history
  • Loading branch information
sea-bass authored Feb 27, 2024
1 parent 97eda65 commit 91844d3
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ jobs:
. /opt/underlay_ws/install/setup.sh
. /opt/overlay_ws/install/setup.sh
. ./install/setup.sh
colcon test
colcon test --executor sequential
- if: always()
run: |
colcon test-result --verbose
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ constexpr auto kStopProgramService = "/dashboard_client/stop";
constexpr auto kRecoveryServiceName = "recover_from_protective_stop";
constexpr auto kSafetyModeService = "/dashboard_client/get_safety_mode";
constexpr auto kFaultStatusTopic = "~/robot_fault_status";
constexpr auto kServiceCallTimeout = std::chrono::duration<double>(1.0);
constexpr auto kServiceCallTimeout = std::chrono::duration<double>(3.0);

constexpr auto kParameterControllersDefaultActive = "controllers_default_active";
constexpr auto kParameterControllersDefaultNotActive = "controllers_default_not_active";
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ def generate_test_description():
description="Binary directory of package "
"containing test executables",
),
TimerAction(period=1.0, actions=[reset_ur_pstop_gtest]),
TimerAction(period=10.0, actions=[reset_ur_pstop_gtest]),
launch_testing.actions.ReadyToTest(),
]
), {
Expand Down

0 comments on commit 91844d3

Please sign in to comment.