Index: Jenkinsfile
===================================================================
--- Jenkinsfile	(revision 620dd2b27df753a484d739bda4b2f47ade333486)
+++ Jenkinsfile	(revision f408e1a4b32252bdcb6bfa747a748e6103fef057)
@@ -28,27 +28,23 @@
 		wrap([$class: 'TimestamperBuildWrapper']) {
 
-			//Prevent the build from exceeding 60 minutes
-			timeout(60) {
-
-				notify_server()
-
-				prepare_build()
-
-				checkout()
-
-				build()
-
-				test()
-
-				benchmark()
-
-				clean()
-
-				build_doc()
-
-				publish()
-
-				notify_server()
-			}
+			notify_server()
+
+			prepare_build()
+
+			checkout()
+
+			build()
+
+			test()
+
+			benchmark()
+
+			clean()
+
+			build_doc()
+
+			publish()
+
+			notify_server()
 		}
 	}
