Skip to content
Snippets Groups Projects
Commit 85c04585 authored by garciadeblas's avatar garciadeblas
Browse files

Updated NS deletion time to test_vnfs used in stage4


Change-Id: I5e699b6038990af913dacfa3a54238e0f4bedc98
Signed-off-by: default avatargarciadeblas <gerardo.garciadeblas@telefonica.com>
parent 4d105e38
No related branches found
No related tags found
No related merge requests found
......@@ -119,7 +119,7 @@ class TestClass(object):
#wait for the ns to delete
try:
utils.wait_for_value( lambda: osm.get_api().ns.get(nsd_desc['name']), result=False, wait_time=60)
utils.wait_for_value( lambda: osm.get_api().ns.get(nsd_desc['name']), result=False, wait_time=180)
except:
pass
......
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