When running docker tests locally, some services can take some time to be up
so double associated wait-for-it timeouts
Details
Details
- Reviewers
douardda - Group Reviewers
Reviewers - Commits
- rDENV5bdffaf03067: docker/conftest: Increase wait-for-it timeouts
Diff Detail
Diff Detail
- Repository
- rDENV Development environment
- Lint
Automatic diff as part of commit; lint not applicable. - Unit
Automatic diff as part of commit; unit tests not applicable.
Event Timeline
Comment Actions
why calling it _wfi_timeout (with the leading _)?
Also, in the glorious pytest way, this could be implemented as a fixture!
But yeah.