Skip to content

Commit 721c089

Browse files
authored
[Cloud Run] Add variable backoff for E2E test (GoogleCloudPlatform#4936)
* Add variable backoff * lint * Update e2e_test.py
1 parent 863a343 commit 721c089

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

run/logging-manual/e2e_test.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -135,5 +135,7 @@ def test_end_to_end(services):
135135
for entry in iterator:
136136
# If there are any results, exit loop
137137
break
138+
# Linear backoff
139+
time.sleep(3 * x)
138140

139141
assert iterator.num_results

0 commit comments

Comments
 (0)