Extend OMEC FOSSA timeout

Change-Id: I2cc4713fab160284754edc874b555310958966f9
diff --git a/jjb/pipeline/omec-fossa-scan.groovy b/jjb/pipeline/omec-fossa-scan.groovy
index c7a3f3f..0c415ac 100644
--- a/jjb/pipeline/omec-fossa-scan.groovy
+++ b/jjb/pipeline/omec-fossa-scan.groovy
@@ -97,7 +97,7 @@
                         fossa analyze --no-ansi --verbose
 
                         echo "Get FOSSA test results with 'fossa test'"
-                        fossa test --no-ansi --verbose
+                        fossa test --no-ansi --verbose --timeout 1200
 
                         echo "Display list of licenses detected by FOSSA using 'fossa report licenses'"
                         fossa report licenses