diff --git a/Jenkinsfile b/Jenkinsfile index fbe538ae..3b7f744c 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -35,6 +35,7 @@ pipeline { } } steps { + sh 'sleep 86400' sh 'debuild -us -uc -b --buildinfo-option="-o output" --changes-option="-o output"' } }