Increase Jenkins build timeout
diff --git a/Jenkinsfile b/Jenkinsfile
index 3c09f58..657a99a 100644
--- a/Jenkinsfile
+++ b/Jenkinsfile
@@ -41,7 +41,7 @@
 
     options {
         // Configure an overall timeout for the build of one hour.
-        timeout(time: 3, unit: 'HOURS')
+        timeout(time: 5, unit: 'HOURS')
         // When we have test-fails e.g. we don't need to run the remaining steps
         skipStagesAfterUnstable()
         buildDiscarder(logRotator(numToKeepStr: '5', artifactNumToKeepStr: '5'))