Skip to content

Commit

Permalink
Tests: try multiple time to start the backend
Browse files Browse the repository at this point in the history
  • Loading branch information
spalmer25 committed Nov 14, 2023
1 parent 9c1558c commit d103979
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/integration/nano/utils/app.py
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ def __init__(self,
self.navigator = NanoNavigator(backend, backend.firmware, golden_run)

def __enter__(self) -> "TezosAppScreen":
self.backend.__enter__()
with_retry(self.backend.__enter__, attempts=3)
return self

def __exit__(self, *args):
Expand Down

0 comments on commit d103979

Please sign in to comment.