Skip to content

Commit f797b16

Browse files
committed
fix(run/image-processing): this might fix ocassional flakiness
1 parent 562e58c commit f797b16

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

run/image-processing/e2e_test.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -201,6 +201,10 @@ def input_bucket(pubsub_topic):
201201
payload_format="JSON_API_V1",
202202
).create()
203203

204+
# We really want to receive this notification,
205+
# pause for a while to ensure everything propagated.
206+
time.sleep(5)
207+
204208
yield input_bucket
205209

206210
# Delete GCS bucket

0 commit comments

Comments
 (0)