Skip to content

Commit

Permalink
removed extra backoff
Browse files Browse the repository at this point in the history
  • Loading branch information
daniel-sanche committed Dec 15, 2023
1 parent ab34f99 commit 26bc30b
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions samples/instanceadmin/test_instanceadmin.py
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,6 @@ def test_run_instance_operations(capsys, dispose_of):
def test_delete_instance(capsys, dispose_of):
from concurrent.futures import TimeoutError

@backoff.on_exception(backoff.expo, TimeoutError)
def _set_up_instance():
dispose_of(INSTANCE)

Expand All @@ -125,7 +124,6 @@ def _set_up_instance():
def test_add_and_delete_cluster(capsys, dispose_of):
from concurrent.futures import TimeoutError

@backoff.on_exception(backoff.expo, TimeoutError)
def _set_up_instance():
dispose_of(INSTANCE)

Expand Down

0 comments on commit 26bc30b

Please sign in to comment.