We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2eb0c70 commit e97b610Copy full SHA for e97b610
packages/google-cloud-bigtable/tests/system.py
@@ -288,7 +288,7 @@ def test_create_instance_w_two_clusters(self):
288
self.instances_to_delete.append(instance)
289
290
# We want to make sure the operation completes.
291
- operation.result(timeout=60)
+ operation.result(timeout=120)
292
293
# Create a new instance instance and make sure it is the same.
294
instance_alt = Config.CLIENT.instance(ALT_INSTANCE_ID)
0 commit comments