Skip to content

Commit

Permalink
chore: added retry on flaky video service (#115)
Browse files Browse the repository at this point in the history
  • Loading branch information
munkhuushmgl authored Mar 24, 2021
1 parent a47096f commit 1af2856
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,7 @@ def test_speech_transcription(capsys):


@pytest.mark.slow
@pytest.mark.flaky(max_runs=3, min_passes=1)
def test_detect_labels_streaming(capsys, video_path):
beta_snippets.detect_labels_streaming(video_path)

Expand Down

0 comments on commit 1af2856

Please sign in to comment.