MOBBSCAN-4201: handle minimum timeout
🎯 Summary
The source branch handle when user set a timeout smaller than the minimum one
🤔 Type
-
✨ New feature -
🐛 Bug fix -
👷 Technical debt -
☢ ️ Breaking change (it breaks backward compatibility) -
📚 Requires a change in the docs
⚙ ️ Configuration
Workspace branch: [release/2.19.0]
Related MRs:
⚗ ️ Solution
Describe the why and the how of the change if needed.
-
🔗 JIRA: MOBBSCAN-4201
🔬 Tests
Test in the simple proyect:
- Default start unattended method
- Start unattended with a not allowed timeout (smaller and bigger)
- Start unatteded with an allowed timeout
🧐 Checklist:
- The code follow the project guidelines.
- The changes have been tested locally.
- The code has internal docs.
- Docs are updated (README, public docs, etc.)
- Some tests have been added to check that the changes work as expected (unit, integration or e2e tests ...)
- Unit tests are running without errors.
- Other dependant changes have already been merged.
- Changelog updated (if it applies)