Skip to content

Commit 1161f34

Browse files
committed
fix test wait
1 parent 3d0c63b commit 1161f34

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

FprimeZephyrReference/test/int/antenna_deployer_test.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -270,6 +270,6 @@ def test_deployment_prevention_after_success(
270270
proves_send_and_assert_command(fprime_test_api, f"{antenna_deployer}.DEPLOY")
271271
fprime_test_api.assert_event(f"{antenna_deployer}.DeployAttempt", timeout=5)
272272

273-
# Stop the deployment cleanly before test ends to prevent race condition
274-
proves_send_and_assert_command(fprime_test_api, f"{antenna_deployer}.DEPLOY_STOP")
273+
# Wait for deployment to finish naturally to prevent race condition with next test
274+
# (1 sec burn + failure due to no distance sensor)
275275
fprime_test_api.assert_event(f"{antenna_deployer}.DeployFinish", timeout=5)

0 commit comments

Comments
 (0)