Commit 709e0f9
.github/workflows: increase kmod timeout 165 -> 175
From v6.13 -> v6.14 the selftests kmod takes around 10s longer to run.
Use KMOD_TIMEOUT Makefile cli variable to increase the default 165s
timeout to 175s.
Output:
ok 1 selftests: kmod: kmod.sh
real 2m47.077s
user 0m0.062s
sys 0m0.235s
kdevops@dani-kmod:/data/selftests/kselftest/kselftest_install$ uname -a
Linux dani-kmod 6.14.0 #3 SMP PREEMPT_DYNAMIC Fri Jun 27 18:28:16 UTC
2025 x86_64 GNU/Linux
ok 1 selftests: kmod: kmod.sh
real 2m41.456s
user 0m0.068s
sys 0m0.241s
kdevops@dani-kmod:/data/selftests/kselftest/kselftest_install$ uname -a
Linux dani-kmod 6.13.0 #2 SMP PREEMPT_DYNAMIC Fri Jun 27 17:13:42 UTC
2025 x86_64 GNU/Linux
Signed-off-by: Daniel Gomez <da.gomez@samsung.com>1 parent 8aea7e2 commit 709e0f9
1 file changed
+1
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
163 | 163 | | |
164 | 164 | | |
165 | 165 | | |
| 166 | + | |
166 | 167 | | |
167 | 168 | | |
168 | 169 | | |
| |||
0 commit comments