mirror of
https://github.com/baldurk/renderdoc.git
synced 2026-05-04 17:10:47 +00:00
Increase server timeout to 5s because Android is terrible. Closes #2843
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user