You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@trafficcontrol.apache.org by GitBox <gi...@apache.org> on 2020/08/19 22:42:42 UTC

[GitHub] [trafficcontrol] zrhoffman edited a comment on pull request #4972: CDN-in-a-Box readiness CI test

zrhoffman edited a comment 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.


----------------------------------------------------------------
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:
users@infra.apache.org