[host] nvfbc: increase retry timeout to 1 second

This commit is contained in:
Geoffrey McRae 2022-12-09 08:00:03 +11:00
parent 8619f787b9
commit 188f25c6bf

View File

@ -355,8 +355,8 @@ static bool nvfbc_init(void)
if (created)
break;
//10ms delay before retry
nsleep(10000000);
//1000ms delay before retry
nsleep(1000000000);
}
if (!created)