Add timeout to tests
This commit is contained in:
parent
b169fd1820
commit
3ffa404af1
|
@ -34,7 +34,7 @@ pipeline {
|
|||
r7rs_implementations.each { implementation->
|
||||
stage("${implementation} R7RS") {
|
||||
catchError(buildResult: 'SUCCESS', stageResult: 'FAILURE') {
|
||||
sh "make test-r7rs-docker COMPILE_R7RS=${implementation}"
|
||||
sh "timeout 600 make test-r7rs-docker COMPILE_R7RS=${implementation}"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue