diff --git a/storage/cloud-client/bucket_policy_only_test.py b/storage/cloud-client/bucket_policy_only_test.py index 64a9dad10b3..5ae433fa47f 100644 --- a/storage/cloud-client/bucket_policy_only_test.py +++ b/storage/cloud-client/bucket_policy_only_test.py @@ -28,6 +28,7 @@ def bucket(): bucket_name = 'bucket-policy-only-' + str(int(time.time())) bucket = client.create_bucket(bucket_name) yield bucket + time.sleep(3) bucket.delete(force=True)