Skip to content

Commit

Permalink
squash - retry 10 times (3 failed once and worked once, in CI)
Browse files Browse the repository at this point in the history
  • Loading branch information
mikehardy committed Jun 2, 2024
1 parent 5a4d393 commit 462cd03
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ class ReviewerFragmentTest : InstrumentedTest() {
val runtimePermissionRule = grantPermissions(storagePermission, notificationPermission)

@get:Rule
val retry = RetryRule(3)
val retry = RetryRule(10)

@Test
fun testCustomSchedulerWithCustomData() {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ class ReviewerTest : InstrumentedTest() {
val runtimePermissionRule = grantPermissions(storagePermission, notificationPermission)

@get:Rule
val retry = RetryRule(3)
val retry = RetryRule(10)

@Test
fun testCustomSchedulerWithCustomData() {
Expand Down

0 comments on commit 462cd03

Please sign in to comment.