We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ad3c2e5 commit 875fa11Copy full SHA for 875fa11
Ref/test/int/ref_integration_test.py
@@ -262,8 +262,8 @@ def test_signal_generation(fprime_test_api):
262
info = {"type": "SQUARE", "history": history, "pairHistory": pair_history}
263
fprime_test_api.send_and_assert_command("Ref.SG4.Toggle")
264
fprime_test_api.assert_telemetry("Ref.SG4.History", history, timeout=6)
265
- fprime_test_api.assert_telemetry("Ref.SG4.PairHistory", pair_history, timeout=1)
266
- 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)
267
268
269
0 commit comments