MCPcopy Create free account
hub / github.com/BehaviorTree/BehaviorTree.CPP / TimeoutAndRetry

Method TimeoutAndRetry

tests/gtest_decorator.cpp:100–104  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

98 BT::SyncActionTest action;
99
100 TimeoutAndRetry() : timeout_root("deadline", 9), retry("retry", 1000), action("action")
101 {
102 timeout_root.setChild(&retry);
103 retry.setChild(&action);
104 }
105};
106
107/****************TESTS START HERE***************************/

Callers

nothing calls this directly

Calls 1

setChildMethod · 0.80

Tested by

no test coverage detected