diff --git a/test/raven-integration/Search/SearchOps.cs b/test/raven-integration/Search/SearchOps.cs index cc07a993..02a5e067 100644 --- a/test/raven-integration/Search/SearchOps.cs +++ b/test/raven-integration/Search/SearchOps.cs @@ -451,7 +451,7 @@ namespace raven_integration [Fact] - public async void BigDataSearchShouldBeRelativelyFast() + public async void BigDataSearchShouldHonourMaxResultsAndBeRelativelyFast() { //THIS test is a bit different in that it relies partly on the big dataset for testing @@ -480,7 +480,7 @@ namespace raven_integration //assert it's not unbounded ResultCount.Should().BeLessOrEqualTo(1000); - //1755ms is the longest I've seen in initial testing so setting slightly above + //1755ms is the longest I've seen in initial testing with all 1000 results so setting slightly above TimeToSearch.Should().BeLessThan(1760, "Big data search should not be too slow"); }//eot