We have a number of tests that, via Testcontainers, rely on a Docker container starting up and something in that container becoming available. This tests fail intermittently when Docker is slow. This appears to be worse on CI, possibly due to resource contention and possibly due to running Docker within Docker. We should increase container startup time outs to minimise the impact that poor Docker performance has on build stability.