ONOS-2551 Added parameter for remove intent timeout to .params in FUNCintent. Also used taht value in FUNCintent dependency functions

Change-Id: Ibf8fb4cccecc8b1dfa723b3098d14f7c382dfd83
diff --git a/TestON/tests/FUNCintent/Dependency/FuncIntentFunction.py b/TestON/tests/FUNCintent/Dependency/FuncIntentFunction.py
index 58d5f34..d8af7ea 100644
--- a/TestON/tests/FUNCintent/Dependency/FuncIntentFunction.py
+++ b/TestON/tests/FUNCintent/Dependency/FuncIntentFunction.py
@@ -1269,7 +1269,7 @@
     for intent in intentsId:
         main.CLIs[ 0 ].removeIntent( intentId=intent, purge=True )
 
-    time.sleep( 5 )
+    time.sleep( main.removeIntentSleep )
 
     # If there is remianing intents then remove intents should fail
     for i in range( main.numCtrls ):