From 0c5246e402db43ceee96680cb7c53cf540b621d9 Mon Sep 17 00:00:00 2001 From: Kamalesh Babulal Date: Sat, 19 Oct 2024 14:40:12 +0530 Subject: [PATCH] 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 --- tests/ftests/ftests-wrapper.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.47.3