[host] increase sleep timeout to 100ms

This commit is contained in:
Geoffrey McRae 2020-08-11 19:11:17 +10:00
parent c7330167cf
commit 380b5df9f9

View File

@ -565,7 +565,7 @@ int app_main(int argc, char * argv[])
}
else
{
usleep(100);
usleep(100000);
continue;
}