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
- Branch
- master
- Lint
No Linters Available - Unit
No Unit Test Coverage - Build Status
Buildable 11653 Build 17675: arc lint + arc unit
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.