trusty: Increase timeout for ConfirmationUI fuzzer
Bug: 192923547 Test: trusty_confirmationui_msg_fuzzer Change-Id: I72755b0a35bbc3f2540672ca53acd14b1add38cb
This commit is contained in:
parent
1f92dc1a07
commit
f9cfeac49e
1 changed files with 1 additions and 1 deletions
|
@ -37,7 +37,7 @@ using android::trusty::fuzz::TrustyApp;
|
|||
#define CONFIRMATIONUI_MODULE_NAME "confirmationui.syms.elf"
|
||||
|
||||
/* A request to render to screen may take a while. */
|
||||
const size_t kTimeoutSeconds = 30;
|
||||
const size_t kTimeoutSeconds = 60;
|
||||
|
||||
/* ConfirmationUI TA's UUID is 7dee2364-c036-425b-b086-df0f6c233c1b */
|
||||
static struct uuid confirmationui_uuid = {
|
||||
|
|
Loading…
Reference in a new issue