There was an error while loading. Please reload this page.
2 parents a48de85 + 526f2f9 commit 98dc781Copy full SHA for 98dc781
1 file changed
functional/tests/compute/v2/test_server.py
@@ -87,8 +87,6 @@ def test_server_show(self):
87
def wait_for(self, desired, wait=120, interval=5, failures=['ERROR']):
88
# TODO(thowe): Add a server wait command to osc
89
status = "notset"
90
- wait = 120
91
- interval = 5
92
total_sleep = 0
93
opts = self.get_show_opts(['status'])
94
while total_sleep < wait:
0 commit comments