Skip to content

Commit da6611e

Browse files
committed
wait for drained events
1 parent 5b040a6 commit da6611e

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

tests/functional/tc_child_scene_event_propagation.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -432,6 +432,8 @@ def test_events_stop_after_child_unlinked(objData, record_xml_attribute, params)
432432
log.info("Step 2: Unlinking child from parent")
433433
helper.unlink_child(rest_client)
434434

435+
time.sleep(MAX_WAIT)
436+
435437
# Clear accumulators then resume sending detections, events must not arrive
436438
# on the parent topic.
437439
helper.parent_roi_events.clear()

0 commit comments

Comments
 (0)