Skip to content
This repository was archived by the owner on May 8, 2024. It is now read-only.

Reduce verbosity of backoff decorator #251

@LucaCinquini

Description

@LucaCinquini

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.

Metadata

Metadata

Assignees

Labels

bugSomething isn't working

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions