gliderlabs / gliderlabs/comlab
com/dev: TIMEOUT should be a duration
Open
- Dominant language
- Go
- Stars
- 16
- Forks
- 4
- PR merge metrics
- No merged PRs in 30d
Description
Currently if `TIMEOUT` is set (for testing, etc) the dev harness will exit after 3 seconds. This needs to be tuned for the environment it runs. So instead `TIMEOUT` should be a duration parseable by `time` (`3s`, etc).
Contributor guide
Assessment
This issue has not been assessed yet.