Give up to 60 minutes for post-merge synopsys check

Change-Id: Ib48c856c91aeb8dca58670843bb3733cb1f78261
diff --git a/jjb/pipeline/synopsys-single.groovy b/jjb/pipeline/synopsys-single.groovy
index db890f8..1aa8162 100644
--- a/jjb/pipeline/synopsys-single.groovy
+++ b/jjb/pipeline/synopsys-single.groovy
@@ -27,7 +27,7 @@
   }
 
   options {
-      timeout(30)
+      timeout(60)
   }
 
   stages {
@@ -109,7 +109,7 @@
                         "--detect.blackduck.signature.scanner.upload.source.mode=true " + \
                         "--detect.blackduck.signature.scanner.exclusion.patterns=/vendor/ " + \
                         "--detect.policy.check.fail.on.severities=ALL,BLOCKER,CRITICAL,MAJOR,MINOR,TRIVIAL " + \
-                        "--detect.report.timeout=900 " + \
+                        "--detect.report.timeout=3600 " + \
                         "--detect.tools=ALL " + \
                         "--detect.cleanup=false")
       }