We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents ca4fb16 + 44ee529 commit 7622c08Copy full SHA for 7622c08
tests/command/cursor-tailable-001.phpt
@@ -27,7 +27,7 @@ $command = new MongoDB\Driver\Command([
27
'pipeline' => $pipeline,
28
'cursor' => ['batchSize' => 0],
29
], [
30
- 'maxAwaitTimeMS' => 100,
+ 'maxAwaitTimeMS' => 500,
31
]);
32
33
$cursor = $manager->executeCommand(DATABASE_NAME, $command);
@@ -65,5 +65,5 @@ object(stdClass)#%d (%d) {
65
Waited for 0.%d seconds
66
Awaiting results...
67
NULL
68
-Waited for 0.1%d seconds
+Waited for 0.5%d seconds
69
===DONE===
0 commit comments