!2529 change timeout

Merge pull request !2529 from 杨浩/OpenHarmony-4.1-Release
This commit is contained in:
openharmony_ci 2024-02-04 07:16:03 +00:00 committed by Gitee
commit b1887012b9
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F

View File

@ -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_;