master
Sébastien Hinderer 2020-11-24 17:11:43 +01:00
parent 8ae80218a9
commit 250e6fbdc7
1 changed files with 1 additions and 1 deletions

View File

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