Skip to content

Commit

Permalink
tests: harden systest further against instance creation timeout (#209)
Browse files Browse the repository at this point in the history
Closes #208
  • Loading branch information
tseaver authored Feb 9, 2021
1 parent e9637cb commit 28f862c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/system.py
Original file line number Diff line number Diff line change
Expand Up @@ -288,7 +288,7 @@ def test_create_instance_w_two_clusters(self):
self.instances_to_delete.append(instance)

# We want to make sure the operation completes.
operation.result(timeout=60)
operation.result(timeout=120)

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

0 comments on commit 28f862c

Please sign in to comment.