summaryrefslogtreecommitdiff
path: root/openstackclient/tests/functional/compute
diff options
context:
space:
mode:
authorZuul <zuul@review.opendev.org>2019-05-17 04:35:35 +0000
committerGerrit Code Review <review@openstack.org>2019-05-17 04:35:35 +0000
commit6c481c2dae087be95e18f5e9cdce84206ed1295a (patch)
tree9cb6a10f887c11680d1c84cc16c28d4ff3ddf695 /openstackclient/tests/functional/compute
parent770cb701517c536be1733e27773ea04eeee527c6 (diff)
parentbb659cf438dd22fa06a31d23c4f30c30f2a3376c (diff)
downloadpython-openstackclient-6c481c2dae087be95e18f5e9cdce84206ed1295a.tar.gz
Merge "Aggregate functional test tweak"
Diffstat (limited to 'openstackclient/tests/functional/compute')
-rw-r--r--openstackclient/tests/functional/compute/v2/test_aggregate.py5
1 files changed, 3 insertions, 2 deletions
diff --git a/openstackclient/tests/functional/compute/v2/test_aggregate.py b/openstackclient/tests/functional/compute/v2/test_aggregate.py
index 71026757..590d28cb 100644
--- a/openstackclient/tests/functional/compute/v2/test_aggregate.py
+++ b/openstackclient/tests/functional/compute/v2/test_aggregate.py
@@ -54,9 +54,10 @@ class AggregateTests(base.TestCase):
# Loop a few times since this is timing-sensitive
# Just hard-code it for now, since there is no pause and it is
- # racy we shouldn't have to wait too long, a minute seems reasonable
+ # racy we shouldn't have to wait too long, a minute or two
+ # seems reasonable
wait_time = 0
- while wait_time < 60:
+ while wait_time <= 120:
cmd_output = json.loads(self.openstack(
'aggregate show -f json ' +
name2