Fixes for CHO test

Change-Id: Id3f738d80fef5d17671edd30c5b8d829bd9363f1
(cherry picked from commit e8c2b0435c9361b686c02d48979907106a5874be)
diff --git a/TestON/tests/CHOTestMonkey/CHOTestMonkey.py b/TestON/tests/CHOTestMonkey/CHOTestMonkey.py
index 3e02799..9791388 100644
--- a/TestON/tests/CHOTestMonkey/CHOTestMonkey.py
+++ b/TestON/tests/CHOTestMonkey/CHOTestMonkey.py
@@ -588,7 +588,7 @@
                                  actual=main.caseResult,
                                  onpass="Randomly bring down ONOS test passed",
                                  onfail="Randomly bring down ONOS test failed" )
-        time.sleep( main.caseSleep )
+        time.sleep( int( main.params[ 'CASE40' ][ 'sleepSec' ] ) )
 
     def CASE41( self, main ):
         """
@@ -621,7 +621,7 @@
                                  actual=main.caseResult,
                                  onpass="Randomly bring up ONOS test passed",
                                  onfail="Randomly bring up ONOS test failed" )
-        time.sleep( main.caseSleep )
+        time.sleep( int( main.params[ 'CASE41' ][ 'sleepSec' ] ) )
 
     def CASE50( self, main ):
         """