Skip to content
Snippets Groups Projects
Commit 93da8b1a authored by Reiner Jung's avatar Reiner Jung
Browse files

Set timeout to 4 hours.

parent 38df954c
No related branches found
No related tags found
No related merge requests found
......@@ -2,6 +2,10 @@
pipeline {
options {
timeout(time: 4, unit: 'HOURS')
}
agent { label "build-node8" }
environment {
......
......@@ -36,8 +36,6 @@ mkdir -p ${BASE_DIR}/results-kieker
rm -f ${COLLECTED_DATA_FILE}
ls ${BASE_DIR}
## run loop
for ((v=1;v<=${NUM_OF_REPEATS};v+=1)); do
echo "++++++++++++++++++++++++++"
......
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