Commit 85f772c2 authored by Jeremy Mikola's avatar Jeremy Mikola

Merge pull request #426

parents 3aa60e53 bb79d743
......@@ -127,6 +127,10 @@ class FindFunctionalTest extends FunctionalTestCase
public function testMaxAwaitTimeMS()
{
if (version_compare($this->getServerVersion(), '3.2.0', '<')) {
$this->markTestSkipped('maxAwaitTimeMS option is not supported');
}
$maxAwaitTimeMS = 10;
// Create a capped collection.
......
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