Skip to content
Snippets Groups Projects

Improvement of Skill Memory and Skill Memory GUI

Merged Andre Meixner requested to merge fix/skill-memory-and-gui into master
Files
2
@@ -27,7 +27,7 @@ namespace armarx::skills::provider
return SkillDescription{.skillId = armarx::skills::SkillID{.skillName = "RandomChaining"},
.description =
"This skill calls 100 random subskills from the skillProviderExample excluding the segfault skill.",
.timeout = armarx::core::time::Duration::MilliSeconds(50000)};
.timeout = armarx::core::time::Duration::MilliSeconds(120000)};
}
Skill::MainResult
Loading