Increase the wait after starting android remote server

* No surprise here, Android is bad so it takes ages after starting the program
  before it is actually running.
This commit is contained in:
baldurk
2019-08-28 12:15:27 +01:00
parent 0d7c7eb247
commit fa56e74181
+1 -1
View File
@@ -875,7 +875,7 @@ struct AndroidController : public IDeviceProtocolHandler
});
// allow the package to start and begin listening before we return
Threading::Sleep(500);
Threading::Sleep(1500);
return status;
}