Inria CI: use a timeout, take #2

Let's try with a very short timeout, to make sure the job will exceed it.
master
Sébastien Hinderer 2020-09-17 18:39:09 +02:00
parent c10217818f
commit ceb13a273c
1 changed files with 2 additions and 3 deletions

View File

@ -19,9 +19,7 @@
pipeline {
agent { label 'ocaml-linux-64' }
options {
timeout(time: 1, unit: 'HOURS')
}
timeout(time: 2, unit: 'MINUTES') {
stages {
stage('Testing various other compiler configurations') {
steps {
@ -29,6 +27,7 @@ pipeline {
}
}
}
}
post {
regression {
emailext (