You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[examples tests] insert one second sleep for services to initialize (#904)
## Summary
The lepp-stack test was sporadically failing with unable to find the
working postgres socket.
I think but not 100% this could be because the `devbox services start`
completes but postgres
may take a short while to fully initialize before it is ready. So, here
I inject
a one second sleep to hopefully let postgres be ready.
## How was it tested?
`DEVBOX_EXAMPLE_TESTS=1 DEVBOX_DEBUG=0 go test -v -count 1 -run
TestExamples/stacks_l ./testscripts/...`
0 commit comments