You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on May 8, 2024. It is now read-only.
The problem:
Currently the backoff decorator tries to execute a test every second for an hour, logging all attempts to the INFO stream. This makes it very difficult to debug the point where a test fails.
The solution:
Reduce the number of attempts for failed tests and reduce the logging level to DEBUG or ERROR.
The text was updated successfully, but these errors were encountered:
The problem:
Currently the backoff decorator tries to execute a test every second for an hour, logging all attempts to the INFO stream. This makes it very difficult to debug the point where a test fails.
The solution:
Reduce the number of attempts for failed tests and reduce the logging level to DEBUG or ERROR.
The text was updated successfully, but these errors were encountered: