testcontainers-go
testcontainers-go copied to clipboard
[Enhancement]: Add param to extend the timeout on startup
Proposal
In my tests the LGTM test containers stack times out because it sometimes takes slightly more than a minute to be ready, and the default timeout for wait.ForLog is 60s.
WaitingFor: wait.ForLog(".*The OpenTelemetry collector and the Grafana LGTM stack are up and running.*\\s").AsRegexp().WithOccurrence(1),
It would be nice to have the possibility to set WithStartupTimeout to it or at least of a bigger default