Skip to content

Commit

Permalink
Retry flaky tests
Browse files Browse the repository at this point in the history
  • Loading branch information
lolgab committed Jan 31, 2022
1 parent fd793f9 commit c5dde1c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion os/watch/test/src/WatchTests.scala
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
package test.os.watch

import utest._
object WatchTests extends TestSuite{
object WatchTests extends TestSuite with TestSuite.Retries{
override val utestRetryCount = 10

val tests = Tests {
test("singleFolder") - _root_.test.os.TestUtil.prep{wd => if (_root_.test.os.Unix()){
Expand Down

0 comments on commit c5dde1c

Please sign in to comment.