Skip to content

Commit

Permalink
test_unix_remote_proxy_pc_device_goto_state_bg_await_exception:
Browse files Browse the repository at this point in the history
  • Loading branch information
marcin-usielski committed Dec 3, 2024
1 parent 19bbbe2 commit 47c0c2d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/device/test_SM_unix_remote.py
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@ def test_unix_remote_proxy_pc_device_goto_state_bg_await_exception(device_name,
with pytest.raises(DeviceChangeStateFailure) as de:
unix_remote_proxy_pc.await_goto_state(timeout=0.001)
assert 'seconds there are still states to go' in str(de.value)
unix_remote_proxy_pc.await_goto_state()
unix_remote_proxy_pc.await_goto_state(timeout=20)
assert unix_remote_proxy_pc.current_state == dst_state


Expand Down

0 comments on commit 47c0c2d

Please sign in to comment.