]> git.ipfire.org Git - thirdparty/libcgroup.git/commitdiff
ftests/ftests-wrapper.sh: Improve timeout comments
authorKamalesh Babulal <kamalesh.babulal@oracle.com>
Sat, 19 Oct 2024 09:10:12 +0000 (14:40 +0530)
committerTom Hromatka <tom.hromatka@oracle.com>
Mon, 21 Oct 2024 14:16:11 +0000 (08:16 -0600)
Fix the timeout minutes '5' -> '50' and improve the comment stating, we
would abort after timeout minutes.

Signed-off-by: Kamalesh Babulal <kamalesh.babulal@oracle.com>
Signed-off-by: Tom Hromatka <tom.hromatka@oracle.com>
tests/ftests/ftests-wrapper.sh

index 7a65de63a886a1db9534392f393ea4a9f7c354bf..d5eaaa2d28c328a509229a277c7e7af0795c4a4f 100755 (executable)
@@ -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