kennknowles commented on a change in pull request #16751:
URL: https://github.com/apache/beam/pull/16751#discussion_r800977806
##########
File path: sdks/python/apache_beam/examples/cookbook/bigtableio_it_test.py
##########
@@ -142,6 +144,9 @@ def setUp(self):
self.instance.create(clusters=[cluster])
self.table = self.instance.table(self.table_id)
+ # We need a small wait for the BigTable instance to start and stabilize.
Review comment:
Is there a way to ping the instance instead? This would make it faster
if it doesn't take 5 seconds, and also would be robust to long tail latencies.
--
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: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]