Increase server timeout to 5s because Android is terrible. Closes #2843

This commit is contained in:
baldurk
2023-02-03 11:05:53 +00:00
parent 4a7dea43dc
commit d20fa1c17d
+1 -1
View File
@@ -1094,7 +1094,7 @@ struct AndroidController : public IDeviceProtocolHandler
});
// allow the package to start and begin listening before we return
Threading::Sleep(1500);
Threading::Sleep(5000);
return result;
}