mirror of
https://gitee.com/openharmony/startup_init
synced 2024-11-24 00:30:12 +00:00
!2529 change timeout
Merge pull request !2529 from 杨浩/OpenHarmony-4.1-Release
This commit is contained in:
commit
b1887012b9
@ -48,7 +48,7 @@ private:
|
||||
return deathRecipient_;
|
||||
}
|
||||
|
||||
static const int DEVICEINFO_LOAD_SA_TIMEOUT_MS = 60000;
|
||||
static const int DEVICEINFO_LOAD_SA_TIMEOUT_MS = 5000;
|
||||
void LoadDeviceInfoSa();
|
||||
sptr<IDeviceInfo> GetService();
|
||||
std::mutex lock_;
|
||||
|
Loading…
Reference in New Issue
Block a user