Increase retries.

For some reason 1-1-datac1 is succeeding locally but
failing in the pipeline.
This commit is contained in:
Paul Kronenwetter 2022-10-22 09:59:37 -04:00
parent cf25cadc3c
commit 0a30f3fd2c

View file

@ -133,7 +133,7 @@ def analyze_results(station1: list, station2: list, call_list: list):
@pytest.mark.parametrize("freedv_mode", ["datac1", "datac3"])
@pytest.mark.parametrize("n_frames_per_burst", [1]) # Higher fpb is broken.
@pytest.mark.parametrize("message_no", range(len(messages)))
@pytest.mark.flaky(reruns=2)
@pytest.mark.flaky(reruns=3)
def test_chat_text(
freedv_mode: str, n_frames_per_burst: int, message_no: int, tmp_path
):