Commit 85b1b0e
idc: Increase default IDC timeout
With the introduction of LLEXT modules, the time to free a module
increased as log_flush() is called as part of module unloading.
log_flush() takes 5 ms if at least one line of logs has to be flushed.
Let's add these 5 ms to the previous 10 ms IDC timeout to have a default
timeout of 15 ms.
Signed-off-by: Serhiy Katsyuba <serhiy.katsyuba@intel.com>1 parent 5edb97c commit 85b1b0e
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
5 | | - | |
| 5 | + | |
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
| |||
0 commit comments