Inria CI: tentative fix for the other-configs job

master
Sébastien Hinderer 2020-11-24 17:05:21 +01:00
parent 2a4a951485
commit 8ae80218a9
1 changed files with 3 additions and 1 deletions

View File

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