summaryrefslogtreecommitdiff
path: root/automated/linux/ltp/ltp.yaml
diff options
context:
space:
mode:
Diffstat (limited to 'automated/linux/ltp/ltp.yaml')
-rw-r--r--automated/linux/ltp/ltp.yaml6
1 files changed, 3 insertions, 3 deletions
diff --git a/automated/linux/ltp/ltp.yaml b/automated/linux/ltp/ltp.yaml
index 4a15c6b..cd45eea 100644
--- a/automated/linux/ltp/ltp.yaml
+++ b/automated/linux/ltp/ltp.yaml
@@ -29,13 +29,13 @@ params:
# NOTE: busybox wget may not work with https link so pefer to use http
SKIPFILE: ""
SKIP_INSTALL: false
- # Slow machines need more timeout Default is 5min and multiply * MINUTES
- MINUTES_TO_TIMEOUT:
+ # Slow machines need more timeout Default is 5min and multiply * TIMEOUT_MULTIPLIER
+ TIMEOUT_MUTLIPLIER:
run:
steps:
- cd ./automated/linux/ltp/
- - ./ltp.sh -T "${TST_CMDFILES}" -S "${SKIPFILE}" -s "${SKIP_INSTALL}" -v "${LTP_VERSION}" -M "${MINUTES_TO_TIMEOUT}"
+ - ./ltp.sh -T "${TST_CMDFILES}" -S "${SKIPFILE}" -s "${SKIP_INSTALL}" -v "${LTP_VERSION}" -M "${TIMEOUT_MULTIPLIER}"
- ../../utils/send-to-lava.sh ./output/result.txt
parse: