Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 3629532

Browse filesBrowse files
authored
Add sleep to avoid bucket rate limit (GoogleCloudPlatform#2136)
1 parent fd3ab2f commit 3629532
Copy full SHA for 3629532

File tree

Expand file treeCollapse file tree

1 file changed

+1
-0
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+1
-0
lines changed

‎storage/cloud-client/bucket_policy_only_test.py

Copy file name to clipboardExpand all lines: storage/cloud-client/bucket_policy_only_test.py
+1Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@ def bucket():
2828
bucket_name = 'bucket-policy-only-' + str(int(time.time()))
2929
bucket = client.create_bucket(bucket_name)
3030
yield bucket
31+
time.sleep(3)
3132
bucket.delete(force=True)
3233

3334

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.