I tried setting `innodb_lock_wait_timeout` to a variety of
absurdly small values. Nothing broke, but I was also unable to induce
the exception to be thrown within a reasonable amount of timea timeout error.
I eventually (hours later) got a deadlock exception and confirmed with
`SHOW ENGINE INNODB STATUS;` that it really was a deadlock.