diff mbox series

contrib/test/test-media: Increase modprobe time

Message ID 20250205143858.14720-1-ribalda@chromium.org (mailing list archive)
State New
Headers show
Series contrib/test/test-media: Increase modprobe time | expand

Commit Message

Ricardo Ribalda Feb. 5, 2025, 2:38 p.m. UTC
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 <ribalda@chromium.org>
---
 contrib/test/test-media | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
diff mbox series

Patch

diff --git a/contrib/test/test-media b/contrib/test/test-media
index 798de2b9..20290291 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