There was an error while loading. Please reload this page.
1 parent fd3ab2f commit 3629532Copy full SHA for 3629532
storage/cloud-client/bucket_policy_only_test.py
@@ -28,6 +28,7 @@ def bucket():
28
bucket_name = 'bucket-policy-only-' + str(int(time.time()))
29
bucket = client.create_bucket(bucket_name)
30
yield bucket
31
+ time.sleep(3)
32
bucket.delete(force=True)
33
34
0 commit comments