Index: Jenkinsfile
===================================================================
--- Jenkinsfile	(revision ff03f5cd8341dad2144710b51063ff0071ec6107)
+++ Jenkinsfile	(revision 65f9dec06887ffb3db18e008466452c54955e834)
@@ -28,5 +28,5 @@
 		wrap([$class: 'TimestamperBuildWrapper']) {
 
-			notify_server()
+			notify_server(1)
 
 			prepare_build()
@@ -46,5 +46,5 @@
 			publish()
 
-			notify_server()
+			notify_server(45)
 		}
 	}
@@ -171,6 +171,6 @@
 }
 
-def notify_server() {
-	sh 'curl --silent -X POST http://plg2:8082/jenkins/notify > /dev/null || true'
+def notify_server(int wait) {
+	sh """curl --silent --data "wait=${wait}" -X POST http://plg2:8082/jenkins/notify > /dev/null || true"""
 	return
 }
