Commit 7c1dd586 authored by Katherine Walker's avatar Katherine Walker

Improve maxAwaitTimeMS test for FindFunctionalTest

parent 43e742ad
......@@ -163,6 +163,7 @@ class FindFunctionalTest extends FunctionalTestCase
$startTime = microtime(true);
$it->next();
$this->assertGreaterThanOrEqual($maxAwaitTimeMS * 0.001, microtime(true) - $startTime);
$this->assertLessThan(0.5, microtime(true) - $startTime);
}
/**
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment