Skip to content

Commit ab2bedf

Browse files
authored
chore: increase backoff iterations on tracer flare tests cleanup (#15203)
1 parent 33e3604 commit ab2bedf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/internal/test_tracer_flare.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -215,7 +215,7 @@ def test_json_logs(self):
215215
self.flare.clean_up_files()
216216
self.flare.revert_configs()
217217

218-
@fibonacci_backoff_with_jitter(attempts=5, initial_wait=0.1)
218+
@fibonacci_backoff_with_jitter(attempts=10, initial_wait=0.1)
219219
def confirm_cleanup(self):
220220
assert not self.flare.flare_dir.exists(), f"The directory {self.flare.flare_dir} still exists"
221221
# Only check for file handler cleanup if prepare() was called

0 commit comments

Comments
 (0)