Skip to content

Commit 6c481c2

Browse files
Zuulopenstack-gerrit
authored andcommitted
Merge "Aggregate functional test tweak"
2 parents 770cb70 + bb659cf commit 6c481c2

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

openstackclient/tests/functional/compute/v2/test_aggregate.py

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -54,9 +54,10 @@ def test_aggregate_create_and_delete(self):
5454

5555
# Loop a few times since this is timing-sensitive
5656
# Just hard-code it for now, since there is no pause and it is
57-
# racy we shouldn't have to wait too long, a minute seems reasonable
57+
# racy we shouldn't have to wait too long, a minute or two
58+
# seems reasonable
5859
wait_time = 0
59-
while wait_time < 60:
60+
while wait_time <= 120:
6061
cmd_output = json.loads(self.openstack(
6162
'aggregate show -f json ' +
6263
name2

0 commit comments

Comments
 (0)