Index: Jenkinsfile
===================================================================
--- Jenkinsfile	(revision 37bf576bd4aaa482e6ba8088e06ed0ae5c28b8f4)
+++ Jenkinsfile	(revision 0207e7140f7fb7db2d93dd6ebfffb10cfaaf5cac)
@@ -75,7 +75,6 @@
 
 	try {
-		// //Prevent the build from exceeding 30 minutes
-		// timeout(30) {
-		//
+		//Prevent the build from exceeding 30 minutes
+		timeout(30) {
 			//Wrap build to add timestamp to command line
 			wrap([$class: 'TimestamperBuildWrapper']) {
@@ -86,5 +85,5 @@
 
 			}
-		// }
+		}
 
 	}
