Skip to content

Commit 127ef98

Browse files
author
Dani Reinón
committed
fix: increase sleep before listing
1 parent 566a355 commit 127ef98

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: tests/test_storage.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ def delete_left_buckets(request, storage_client: SupabaseStorageClient):
2424
"""Ensures no test buckets are left"""
2525

2626
def finalizer():
27-
sleep(5)
27+
sleep(15)
2828
for bucket in storage_client.list_buckets():
2929
if bucket.id.startswith("pytest-"):
3030
storage_client.empty_bucket(bucket.id)

0 commit comments

Comments
 (0)