Skip to content

Commit

Permalink
Relaxed test expectations for emulator runs
Browse files Browse the repository at this point in the history
  • Loading branch information
lambdapioneer committed Dec 13, 2019
1 parent 39bcba9 commit 8f2e594
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,9 @@ class Argon2KtUtilsInstrumentedTest {
mCostInKibibyte = 4096 // only 4 MiB to speed-up testing
)

// The returned iterationsCount ~14 for my Pixel 3.
// The returned iterationsCount ~14 for my Pixel 3; ~80 for x86 emulator
assertThat(iterationsCount).isGreaterThan(2)
assertThat(iterationsCount).isLessThan(32)
assertThat(iterationsCount).isLessThan(128)
}

}

0 comments on commit 8f2e594

Please sign in to comment.