RAT-271: Tweak build options
diff --git a/Jenkinsfile b/Jenkinsfile
index 1fef19b..b63c874 100644
--- a/Jenkinsfile
+++ b/Jenkinsfile
@@ -44,8 +44,8 @@
     }
 
     options {
-        // Kill this job after one hour.
-        timeout(time: 24, unit: 'HOURS')
+        timeout(time: 1, unit: 'HOURS')
+        timestamps()
         // When we have test-fails e.g. we don't need to run the remaining steps
         skipStagesAfterUnstable()
         buildDiscarder(logRotator(numToKeepStr: '10', artifactNumToKeepStr: '10'))