Mongod should respect maxTimeMS on getMore commands for cursors that are tailable + awaitData, but it does not.
Expected result: getMore command replies after maxTimeMS expires
Actual result: getMore command replies after 1 second, which is the server's default , rather than blocking for a 1000 second timeout.