genesys: Increase wait for home timeout to 200 seconds

merge-requests/208/head
Povilas Kanapickas 2019-10-01 10:52:43 +03:00
rodzic 8a1bc90521
commit b176366dcf
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -2046,7 +2046,7 @@ void sanei_genesys_wait_for_home(Genesys_Device* dev)
return;
}
unsigned timeout_ms = 30000;
unsigned timeout_ms = 200000;
unsigned elapsed_ms = 0;
do
{