-
Notifications
You must be signed in to change notification settings - Fork 72
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Feature] Replace hardcoded timeouts with variables #335
Comments
@williscool please link to an example of a hardcoded timeout |
Use constants with meaningfull names for defining timeouts for different tasks and waiters. Where possible - unify multiple values under one variable. Signed-off-by: Konstantin Yarovoy <[email protected]>
Hello, @kosstennbl is this issue in progress?
Signed-off-by: Konstantin Yarovoy [email protected] |
@lixuna |
Add common function to run a code block with a timeout. Add several global timeouts for different tasks, which can be configured via environment variables. Several small fixes and refactoring. ref: cnti-testcatalog#335 Signed-off-by: Konstantin Yarovoy <[email protected]>
Add common function to run a code block with a timeout. Add several global timeouts for different tasks, which can be configured via environment variables. Several small fixes and refactoring. ref: cnti-testcatalog#335 Signed-off-by: Konstantin Yarovoy <[email protected]>
Add common function to run a code block with a timeout. Add several global timeouts for different tasks, which can be configured via environment variables. Several small fixes and refactoring. ref: cnti-testcatalog#335 Signed-off-by: Konstantin Yarovoy <[email protected]>
Add common function to run a code block with a timeout. Add several global timeouts for different tasks, which can be configured via environment variables. Several small fixes and refactoring. ref: #335 Signed-off-by: Konstantin Yarovoy <[email protected]>
Add common function to run a code block with a timeout. Add several global timeouts for different tasks, which can be configured via environment variables. Several small fixes and refactoring. ref: cnti-testcatalog#335 Signed-off-by: Konstantin Yarovoy <[email protected]>
Add common function to run a code block with a timeout. Add several global timeouts for different tasks, which can be configured via environment variables. Several small fixes and refactoring. ref: cnti-testcatalog#335 Signed-off-by: Konstantin Yarovoy <[email protected]>
Add common function to run a code block with a timeout. Add several global timeouts for different tasks, which can be configured via environment variables. Several small fixes and refactoring. ref: #335 Signed-off-by: Konstantin Yarovoy <[email protected]>
Add common function to run a code block with a timeout. Add several global timeouts for different tasks, which can be configured via environment variables. Several small fixes and refactoring. ref: #335 Signed-off-by: Konstantin Yarovoy <[email protected]>
Problem:
Possible solution:
List of tests to replace hardcoded timeouts
How will this be tested
The text was updated successfully, but these errors were encountered: