diff options
Diffstat (limited to 'src/property_list_service.c')
| -rw-r--r-- | src/property_list_service.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/property_list_service.c b/src/property_list_service.c index 9d47fd6..f0fc830 100644 --- a/src/property_list_service.c +++ b/src/property_list_service.c | |||
| @@ -265,7 +265,7 @@ LIBIMOBILEDEVICE_API property_list_service_error_t property_list_service_receive | |||
| 265 | 265 | ||
| 266 | LIBIMOBILEDEVICE_API property_list_service_error_t property_list_service_receive_plist(property_list_service_client_t client, plist_t *plist) | 266 | LIBIMOBILEDEVICE_API property_list_service_error_t property_list_service_receive_plist(property_list_service_client_t client, plist_t *plist) |
| 267 | { | 267 | { |
| 268 | return internal_plist_receive_timeout(client, plist, 10000); | 268 | return internal_plist_receive_timeout(client, plist, 30000); |
| 269 | } | 269 | } |
| 270 | 270 | ||
| 271 | LIBIMOBILEDEVICE_API property_list_service_error_t property_list_service_enable_ssl(property_list_service_client_t client) | 271 | LIBIMOBILEDEVICE_API property_list_service_error_t property_list_service_enable_ssl(property_list_service_client_t client) |
