Skip to content

Commit

Permalink
fixed #3089. change timeout value to 3 (#3171)
Browse files Browse the repository at this point in the history
Co-authored-by: Cindy T Huynh <[email protected]>
  • Loading branch information
chuynh4duarte and Cindy T Huynh authored Jan 30, 2025
1 parent ad3c2e5 commit 875fa11
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Ref/test/int/ref_integration_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -262,8 +262,8 @@ def test_signal_generation(fprime_test_api):
info = {"type": "SQUARE", "history": history, "pairHistory": pair_history}
fprime_test_api.send_and_assert_command("Ref.SG4.Toggle")
fprime_test_api.assert_telemetry("Ref.SG4.History", history, timeout=6)
fprime_test_api.assert_telemetry("Ref.SG4.PairHistory", pair_history, timeout=1)
fprime_test_api.assert_telemetry("Ref.SG4.Info", info, timeout=1)
fprime_test_api.assert_telemetry("Ref.SG4.PairHistory", pair_history, timeout=3)
fprime_test_api.assert_telemetry("Ref.SG4.Info", info, timeout=3)
fprime_test_api.send_and_assert_command("Ref.SG4.Toggle")


Expand Down

0 comments on commit 875fa11

Please sign in to comment.