Merge "[ONOS-6719] TestON won't run if the test cases parameter begins with a bracket"
diff --git a/TestON/tests/SCPF/Jenkinsfile b/TestON/tests/SCPF/Jenkinsfile
index d52afd6..585bf93 100644
--- a/TestON/tests/SCPF/Jenkinsfile
+++ b/TestON/tests/SCPF/Jenkinsfile
@@ -126,7 +126,9 @@
                     cd ~
                     export PATH=$PATH:onos/tools/test/bin
 
-                    stc teardown
+                    timeout 240 stc shutdown
+                    timeout 240 stc teardown
+                    timeout 240 stc shutdown
 
                     cd ~/OnosSystemTest/TestON/bin
                     git log |head