This is an automatic generated email to let you know that the following patch 
were queued at the 
http://git.linuxtv.org/cgit.cgi/v4l-utils.git tree:

Subject: contrib/test/test-media: Increase modprobe time
Author:  Ricardo Ribalda <riba...@chromium.org>
Date:    Wed Feb 5 14:38:11 2025 +0000

We have seen some situations in CI where modprobe required more than 10
seconds. Increase the delay after modprobe to reduce the test flakiness.

Ideally we will find a solution that does not require a specific time...
but that is work for another day.

Signed-off-by: Ricardo Ribalda <riba...@chromium.org>
Signed-off-by: Hans Verkuil <hverk...@xs4all.nl>

 contrib/test/test-media | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

---

http://git.linuxtv.org/cgit.cgi/v4l-utils.git/commit/?id=3116b579c38d12a7bca1941146ab6ed348fefc67
diff --git a/contrib/test/test-media b/contrib/test/test-media
index 798de2b9fe05..20290291770a 100755
--- a/contrib/test/test-media
+++ b/contrib/test/test-media
@@ -209,7 +209,7 @@ if [ $kobj_rel -eq 1 ]; then
        unbind_time=10
        reunbind_time=14
        rmmod_time=10
-       modprobe_time=10
+       modprobe_time=15
 fi
 
 if [ $unload -eq 1 ]; then

Reply via email to