Skip to content
Snippets Groups Projects
Verified Commit b08df55c authored by Christian Dreher's avatar Christian Dreher
Browse files

fix: Timeout

parent b3eeb443
Branches fix/ss2
No related tags found
1 merge request!462SS2 handling
Pipeline #20582 failed
......@@ -105,7 +105,7 @@ namespace armarx::RobotUnitModule
const ::Ice::Current&) final override
{
armarx::core::time::Duration safeDuration =
armarx::core::time::Duration::MilliSeconds(2'000);
armarx::core::time::Duration::MilliSeconds(500);
// If the SS2 should be released (target state = inactive) we check whether the last
// activation happened at least before safeDuration.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment