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

Reduce verbosity of backoff decorator #251

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.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

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