Skip to content

Commit eee2dd6

Browse files
committed
tests
1 parent 16611e7 commit eee2dd6

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

test/test_bt.cpp

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,7 @@ class FibonacciServer : public RosActionNode<behaviortree_ros::FibonacciAction>
122122

123123
// Simple tree, used to execute once each action.
124124
static const char* xml_text = R"(
125-
<root >
125+
<root BTCPP_format="4" >
126126
<BehaviorTree>
127127
<Sequence>
128128
<AddTwoInts service_name = "add_two_ints"
@@ -131,10 +131,8 @@ static const char* xml_text = R"(
131131
<PrintValue message="{add_two_result}"/>
132132
133133
<RetryUntilSuccessful num_attempts="4">
134-
<Timeout msec="300">
135134
<Fibonacci server_name="fibonacci" order="5"
136135
result="{fibonacci_result}" />
137-
</Timeout>
138136
</RetryUntilSuccessful>
139137
<PrintValue message="{fibonacci_result}"/>
140138
</Sequence>

0 commit comments

Comments
 (0)