Skip to content

Commit

Permalink
Fix test-dds-librs-connections
Browse files Browse the repository at this point in the history
  • Loading branch information
OhadMeir committed Jan 27, 2025
1 parent 6a87e45 commit 330f727
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion unit-tests/dds/test-librs-connections.py
Original file line number Diff line number Diff line change
Expand Up @@ -72,13 +72,14 @@
#
with test.closure( "Close the third", on_fail=test.ABORT ):
remote.run( 'close_server( instance3 )' )
remote.run( 'instance2 = None', timeout=1 )
remote.run( 'instance3 = None', timeout=1 )
rs.wait_for_devices( context, n=1. )
#
#############################################################################################
#
with test.closure( "Close the last", on_fail=test.ABORT ):
remote.run( 'close_server( instance4 )' )
remote.run( 'instance4 = None', timeout=1 )
rs.wait_for_devices( context, n=0. )
#
#############################################################################################
Expand Down

0 comments on commit 330f727

Please sign in to comment.