From: Kamalesh Babulal Date: Sat, 19 Oct 2024 09:10:12 +0000 (+0530) Subject: ftests/ftests-wrapper.sh: Improve timeout comments X-Git-Tag: v3.2.0~38 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=0c5246e402db43ceee96680cb7c53cf540b621d9;p=thirdparty%2Flibcgroup.git ftests/ftests-wrapper.sh: Improve timeout comments Fix the timeout minutes '5' -> '50' and improve the comment stating, we would abort after timeout minutes. Signed-off-by: Kamalesh Babulal Signed-off-by: Tom Hromatka --- diff --git a/tests/ftests/ftests-wrapper.sh b/tests/ftests/ftests-wrapper.sh index 7a65de63..d5eaaa2d 100755 --- a/tests/ftests/ftests-wrapper.sh +++ b/tests/ftests/ftests-wrapper.sh @@ -35,7 +35,7 @@ if [ -d "${PYTHON_LIBRARY_PATH[0]}" ]; then fi # If other runners are running then the file exists -# let's wait for 5 minutes +# let's wait for 50 minutes, before aborting. time_waited=0 pretty_time=0 while [ -f "$RUNNER_LOCK_FILE" ]; do