X-Git-Url: https://osm.etsi.org/gitweb/?a=blobdiff_plain;f=systest%2Ftestcases%2Fvnfs%2Ftest_vnfs.py;h=53f39acd25974fafeb6acf8d16280ab7bdfc1848;hb=a4347784b2c9bbe518efbbcfbafcfcc6a41b5aa3;hp=a95f72b07576af01cb5e3454404df6803cf5f7f5;hpb=dc782d58f440e71f9ccccb76d11f9e8d554e02cc;p=osm%2Fdevops.git diff --git a/systest/testcases/vnfs/test_vnfs.py b/systest/testcases/vnfs/test_vnfs.py index a95f72b0..53f39acd 100644 --- a/systest/testcases/vnfs/test_vnfs.py +++ b/systest/testcases/vnfs/test_vnfs.py @@ -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"