mirror of
https://pagure.io/fm-orchestrator.git
synced 2026-04-04 03:08:21 +08:00
Increase the timeout when running the unit tests in Jenkins
This commit is contained in:
@@ -64,7 +64,7 @@ node('factory2'){
|
||||
}
|
||||
|
||||
stage('Run Test Suites') {
|
||||
timeout(20) {
|
||||
timeout(30) {
|
||||
onmyduffynode '~/fm-orchestrator/contrib/run-unittests.sh --no-tty'
|
||||
onmyduffynode '~/fm-orchestrator/contrib/run-unittests.sh --py3 --no-tty'
|
||||
onmyduffynode '~/fm-orchestrator/contrib/run-unittests.sh --py3 --with-pgsql --no-tty'
|
||||
|
||||
Reference in New Issue
Block a user