Add `coreutils` to pre-requisites (specifically for macOS)
dhruvkb opened this issue · 0 comments
dhruvkb commented
We use the timeout
command used to wait for the containers to spin up and be healthy and for various requests to the ingestion server to complete.
The timeout
command needs to be installed on macOS systems. Installing the coreutils
package adds a bunch of GNU utils to macOS including timeout
. This info should be added to the pre-requisites section of the docs.