zrhoffman commented on pull request #4972: URL: https://github.com/apache/trafficcontrol/pull/4972#issuecomment-676783164
It exits early because the timeout command was lacking the `-f` flag: ```sh if ! timeout 10m $docker_compose logs readiness; then ``` `-f` added in b5d892e77d. But now that I'm thinking about it, ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected]
