Add sleep after balancing masters in intent related tests

Change-Id: I4e53800a83ec5b870c55e680992243d248097a39
diff --git a/TestON/tests/SCPF/SCPFintentInstallWithdrawLat/SCPFintentInstallWithdrawLat.py b/TestON/tests/SCPF/SCPFintentInstallWithdrawLat/SCPFintentInstallWithdrawLat.py
index fcd3367..730875e 100644
--- a/TestON/tests/SCPF/SCPFintentInstallWithdrawLat/SCPFintentInstallWithdrawLat.py
+++ b/TestON/tests/SCPF/SCPFintentInstallWithdrawLat/SCPFintentInstallWithdrawLat.py
@@ -195,6 +195,7 @@
 
         # balanceMasters
         main.CLIs[0].balanceMasters()
+        time.sleep(main.startUpSleep)
 
     def CASE2( self, main ):
         import time