Fixed typo
diff --git a/Jenkinsfile b/Jenkinsfile
index f75618c..1ff0129 100644
--- a/Jenkinsfile
+++ b/Jenkinsfile
@@ -19,7 +19,7 @@
 
 pipeline {
 	options {
-		timeout(time: 1, unit 'HOURS')
+		timeout(time: 1, unit: 'HOURS')
 	}
 	agent any
 	environment {