Skip to content

Commit

Permalink
fix: mitigate flakiness in speechToText test
Browse files Browse the repository at this point in the history
  • Loading branch information
mhamilton723 committed Aug 22, 2019
1 parent 0290386 commit 5eedc93
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ class SpeechToTextSuite extends TransformerFuzzing[SpeechToText]
}

override def testSerialization(): Unit = {
tryWithRetries(Array(0,100,100))(super.testSerialization)
tryWithRetries(Array(0, 100, 100, 100, 100))(super.testSerialization)
}

test("Basic Usage") {
Expand Down

0 comments on commit 5eedc93

Please sign in to comment.