Skip to content

Commit e97b610

Browse files
authored
tests: harden systest further against instance creation timeout (#209)
Closes #208
1 parent 2eb0c70 commit e97b610

File tree

1 file changed

+1
-1
lines changed
  • packages/google-cloud-bigtable/tests

1 file changed

+1
-1
lines changed

packages/google-cloud-bigtable/tests/system.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -288,7 +288,7 @@ def test_create_instance_w_two_clusters(self):
288288
self.instances_to_delete.append(instance)
289289

290290
# We want to make sure the operation completes.
291-
operation.result(timeout=60)
291+
operation.result(timeout=120)
292292

293293
# Create a new instance instance and make sure it is the same.
294294
instance_alt = Config.CLIENT.instance(ALT_INSTANCE_ID)

0 commit comments

Comments
 (0)