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@xxxxxxxxxxxx> --- contrib/test/test-media | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.48.1.362.g079036d154-goog