For traveling salesman problems involving physical distances, one often has the “triangle inequality”: If $i, j,$ and $k$ represent three cities, then the distance $d_{ij}$ from $i$ to $j$ naturally satisfies
$$ d_{ij} ≤ d_{ik} + d_{kj}.$$
The analogous inequality might not hold for $t_{ij}$ in job-scheduling problems. I am supposed to try to come up with a realistic scenario in which it would not hold but I can't quite think of one.
What is a realistic example of a job-scheduling problem in which the triangle inequality does not hold for the costs?