refactor!: do not set default timeout #612
Reference in New Issue
Block a user
No description provided.
Delete Branch "refactor/596"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
See #596.
No default timeout is now set.
You can still set it in the
compose.yml
:Or by setting it in your
.env
:TIMEOUT=120
.Setting the default in the label should now be strongly discouraged because it imposes a default timeout on every operator which might not fit their situation. We need to remove those in recipes and make new releases. The "new way" is to only set the
TIMEOUT=...
in your.env
if you need it.I spent some time refactoring the unit test resources, they make more sense now. We have unit/integration testing for this change. I found a bunch more strings to add
i18n.G
to down in the depths of some upstream copy/pasta module.refactor: use timeout only when `TIMEOUT=...` specified in `.env`to refactor!: do not set default timeoute47d1f615e
to6a52575ae0