I noticed that using the asynchronous API in Dapper.NET the command timeout value I pass in the extension method is not respected.
Then I came across the ...MSDN documentation... of the SqlCommand.CommandTimeout and it seems that this is something it is ...