We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 33e3604 commit ab2bedfCopy full SHA for ab2bedf
tests/internal/test_tracer_flare.py
@@ -215,7 +215,7 @@ def test_json_logs(self):
215
self.flare.clean_up_files()
216
self.flare.revert_configs()
217
218
- @fibonacci_backoff_with_jitter(attempts=5, initial_wait=0.1)
+ @fibonacci_backoff_with_jitter(attempts=10, initial_wait=0.1)
219
def confirm_cleanup(self):
220
assert not self.flare.flare_dir.exists(), f"The directory {self.flare.flare_dir} still exists"
221
# Only check for file handler cleanup if prepare() was called
0 commit comments