Skip to content
Snippets Groups Projects
Commit 699b94f0 authored by Michael Marchetti's avatar Michael Marchetti
Browse files

Increase vnf instantiation wait time


Signed-off-by: default avatarMichael Marchetti <mmarchetti@sandvine.com>
parent dc782d58
No related branches found
No related tags found
No related merge requests found
......@@ -96,7 +96,7 @@ class TestClass(object):
assert Fail, "operational-status != init"
# make sure ns is running
if not utils.wait_for_value(lambda: osm.get_api().ns.get_field(ns_name,'operational-status'),result='running',wait_time=30):
if not utils.wait_for_value(lambda: osm.get_api().ns.get_field(ns_name,'operational-status'),result='running',wait_time=240):
nsr=osm.get_api().ns.get(ns_name)
pprint.pprint(nsr)
assert Fail, "operational-status != running"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment