Skip to content

Commit

Permalink
Sleep after delete
Browse files Browse the repository at this point in the history
  • Loading branch information
pjbull committed Aug 12, 2024
1 parent 693d816 commit e1ab638
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tests/test_caching.py
Original file line number Diff line number Diff line change
Expand Up @@ -500,6 +500,8 @@ def test_manual_cache_clearing(rig: CloudProviderTestRig):
del cp
del client

sleep(0.5) # give time to delete

assert not local_cache_path.exists()
assert not client_cache_folder.exists()

Expand Down

0 comments on commit e1ab638

Please sign in to comment.