liferoad commented on code in PR #34536:
URL: https://github.com/apache/beam/pull/34536#discussion_r2027060139


##########
sdks/python/apache_beam/io/gcp/bigquery_read_it_test.py:
##########
@@ -674,6 +676,7 @@ def create_table(cls, table_name):
 
     cls.bigquery_client.insert_rows(
         cls.project, cls.dataset_id, table_name, table_data)
+    mod_time.sleep(10)

Review Comment:
   if we have to wait, can we move this 10 seconds to a global variable? 



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: github-unsubscr...@beam.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to