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 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.