Commit 3d845a37 authored by Raphael Defosseux's avatar Raphael Defosseux

CI: increasing the phy-sim time-out to 45 minutes

Signed-off-by: default avatarRaphael Defosseux <raphael.defosseux@eurecom.fr>
parent e9a5ac20
......@@ -313,7 +313,7 @@ pipeline {
stage ("Test physical simulators") {
steps {
gitlabCommitStatus(name: "Test phy-sim") {
timeout (time: 30, unit: 'MINUTES') {
timeout (time: 45, unit: 'MINUTES') {
sh "./ci-scripts/runTestOnVM.sh --workspace $WORKSPACE --variant phy-sim --job-name ${JOB_NAME} --build-id ${BUILD_ID}"
}
}
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment