Details
Description
In the tenant migration transactions passthrough suite, we set the transactionLifetimeLimitSeconds to 10s. This is to ensure that transactions are cleaned up on the donor shortly after a migration commits. However, 10s might be too short of a timer, and in some test executions, we see that a transaction that takes longer than that amount of time eventually get aborted. Increasing the value to 20s might make it more consistent.