diff --git a/Jenkinsfile b/Jenkinsfile
index 8634415..1a31afb 100644
--- a/Jenkinsfile
+++ b/Jenkinsfile
@@ -16,7 +16,7 @@ pipeline {
 	options {
 		disableConcurrentBuilds()
 		buildDiscarder(logRotator(numToKeepStr: '10'))
-		quietPeriod(10)
+		quietPeriod(300)
 	}
 
 	stages {