Skip to content
Snippets Groups Projects
Commit 3f2da854 authored by Raphael Defosseux's avatar Raphael Defosseux
Browse files

CI: increase time-out for RF Sim tests

parent c69a30fe
No related branches found
No related tags found
No related merge requests found
......@@ -416,7 +416,7 @@ pipeline {
stage ("Test RF simulator") {
steps {
script {
timeout (time: 30, unit: 'MINUTES') {
timeout (time: 40, unit: 'MINUTES') {
try {
gitlabCommitStatus(name: "Test RF-sim") {
sh "./ci-scripts/oai-ci-vm-tool test --workspace $WORKSPACE --variant rf-sim --job-name ${JOB_NAME} --build-id ${BUILD_ID} --keep-vm-alive"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment