Debugging fossa job

Change-Id: I742a6f4b763a63a3f839c993ae3fe169e6bf6f49
diff --git a/jjb/pipeline/fossa-verify.groovy b/jjb/pipeline/fossa-verify.groovy
index 855711c..ebf7769 100644
--- a/jjb/pipeline/fossa-verify.groovy
+++ b/jjb/pipeline/fossa-verify.groovy
@@ -27,7 +27,7 @@
   }
 
   options {
-      timeout("${params.build-timeout}")
+      timeout(15)
   }
 
   stages {
@@ -51,7 +51,7 @@
           ],
         ])
 
-        // Used later to set the branch/tag in
+        // Used later to set the branch/tag
         script {
           git_tag_or_branch = sh(script:"cd $projectName; if [[ \$(git tag -l --points-at HEAD) ]]; then git tag -l --points-at HEAD; else echo ${branchName}; fi", returnStdout: true).trim()
         }