Skip to content

Commit 8360600

Browse files
Apply suggestion from @facontidavide
1 parent 50c9b60 commit 8360600

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/gtest_decorator.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -229,7 +229,7 @@ TEST(Decorator, DelayWithXML)
229229
const std::string xml_text = R"(
230230
<root BTCPP_format="4" >
231231
<BehaviorTree>
232-
<Delay delay_msec="200">
232+
<Delay delay_msec="100">
233233
<AlwaysSuccess/>
234234
</Delay>
235235
</BehaviorTree>

0 commit comments

Comments
 (0)