There is a bug in codeunit 21 that slows down ItemJnlLine testing
InCodeUnit 21the following code:
IF NOT CalledFromInvtPutawayPick THEN
CheckWarehouse(ItemJnlLine);
should look like this:
IF CalledFromInvtPutawayPick THEN
CheckWarehouse(ItemJnlLine);