Index: Jenkinsfile
===================================================================
--- Jenkinsfile	(revision 8f6b229ae28654868554338d89ec5f469a81b6e1)
+++ Jenkinsfile	(revision 4064107b748054663a4174b1d6f6bd30d54f304a)
@@ -67,9 +67,9 @@
 
 	try {
-		//Prevent the build from exceeding 30 minutes
-		timeout(30) {
-
-			//Wrap build to add timestamp to command line
-			wrap([$class: 'TimestamperBuildWrapper']) {
+		// //Prevent the build from exceeding 30 minutes
+		// timeout(30) {
+		//
+		// 	//Wrap build to add timestamp to command line
+		// 	wrap([$class: 'TimestamperBuildWrapper']) {
 
 				//Compile using gcc-4.9
@@ -77,6 +77,6 @@
 				build()
 
-			}
-		}
+		// 	}
+		// }
 
 	}
