Skip to content

Commit

Permalink
Prevent a spurious test failure
Browse files Browse the repository at this point in the history
  • Loading branch information
jamesagnew committed Nov 22, 2017
1 parent 4042a3a commit a4cbde8
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -3219,7 +3219,7 @@ public void testSearchWithCountSearchResultsUpTo5() throws Exception {
// If this fails under load, try increasing the throttle above
assertEquals(null, found.getTotalElement().getValue());
assertEquals(1, found.getEntry().size());
assertThat(sw.getMillis(), lessThan(1000L));
assertThat(sw.getMillis(), lessThan(1500L));
}

@Test
Expand Down

0 comments on commit a4cbde8

Please sign in to comment.