Skip to content

Commit

Permalink
Making the falure case more stringent
Browse files Browse the repository at this point in the history
  • Loading branch information
madhephaestus committed Dec 19, 2016
1 parent d214e21 commit 8c321ff
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ public void test() {
}
}

if (failCount > 200) {
if (failCount > 1) {
fail("Rotation failed " + failCount + " times");

}
Expand Down

0 comments on commit 8c321ff

Please sign in to comment.