All tests are passing

This commit is contained in:
Pavel Kirienko 2015-05-16 15:12:10 +03:00
parent e921f4da02
commit cbbb3bd9be

View File

@ -173,7 +173,7 @@ TEST(dynamic_node_id_server_NodeDiscoverer, Basic)
get_node_info_server.response.hardware_version.unique_id[14] = 52;
ASSERT_LE(0, get_node_info_server.start());
nodes.spinBoth(uavcan::MonotonicDuration::fromMSec(400));
nodes.spinBoth(uavcan::MonotonicDuration::fromMSec(500));
ASSERT_EQ(1, tracer.countEvents(TraceDiscoveryNewNodeFound));
ASSERT_EQ(1, tracer.countEvents(TraceDiscoveryTimerStart));