We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 127ef98 commit 0554239Copy full SHA for 0554239
tests/test_storage.py
@@ -24,6 +24,7 @@ def delete_left_buckets(request, storage_client: SupabaseStorageClient):
24
"""Ensures no test buckets are left"""
25
26
def finalizer():
27
+ # Sleep 15 seconds in order to let buckets be deleted before the double-check
28
sleep(15)
29
for bucket in storage_client.list_buckets():
30
if bucket.id.startswith("pytest-"):
0 commit comments