Skip to content

Commit

Permalink
AMS_REQUEST_TIMEOUT_MS config update MM_KASAN timeout
Browse files Browse the repository at this point in the history
Black screen during monkey test. You need to set the timeout in the sim-asan scenario to 30s
  • Loading branch information
qls152 committed Feb 24, 2025
1 parent de8337a commit 9bde6e9
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -62,4 +62,13 @@ config ACTIVITY_SERVICE_LOG_WITH_COLOR
help
Enable log with color

config AMS_REQUEST_TIMEOUT_MS
int "Request timeout in milliseconds"
default 10000 if !MM_KASAN
default 30000 if MM_KASAN
help
This option defines the request timeout in milliseconds.
The default is 10000 ms (10 seconds) when KASAN is not enabled,
and 30000 ms (30 seconds) when KASAN is enabled.

endif

0 comments on commit 9bde6e9

Please sign in to comment.