Prevent a spurious test failure

This commit is contained in:
jamesagnew 2017-11-22 18:45:54 -05:00
parent 4042a3a353
commit a4cbde8269
1 changed files with 1 additions and 1 deletions

View File

@ -3219,7 +3219,7 @@ public class ResourceProviderR4Test extends BaseResourceProviderR4Test {
// 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