Merge lp:~thomas-voss/location-service/fix-1447161 into lp:location-service/trunk

Proposed by Thomas Voß on 2015-04-22
Status: Merged
Merged at revision: 188
Proposed branch: lp:~thomas-voss/location-service/fix-1447161
Merge into: lp:location-service/trunk
Diff against target: 12 lines (+1/-1)
1 file modified
src/location_service/com/ubuntu/location/providers/gps/android_hardware_abstraction_layer.h (+1/-1)
To merge this branch: bzr merge lp:~thomas-voss/location-service/fix-1447161
Reviewer Review Type Date Requested Status
PS Jenkins bot continuous-integration Approve on 2015-04-22
Ubuntu Phablet Team 2015-04-22 Pending
Review via email: mp+257097@code.launchpad.net

Commit Message

Increase default timeout for downloading gps xtra data.

Description of the Change

Increase default timeout for downloading gps xtra data.

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'src/location_service/com/ubuntu/location/providers/gps/android_hardware_abstraction_layer.h'
2--- src/location_service/com/ubuntu/location/providers/gps/android_hardware_abstraction_layer.h 2014-06-23 07:47:27 +0000
3+++ src/location_service/com/ubuntu/location/providers/gps/android_hardware_abstraction_layer.h 2015-04-22 14:01:01 +0000
4@@ -49,7 +49,7 @@
5 /** @brief Timeout on gps xtra download operations. */
6 std::chrono::milliseconds timeout
7 {
8- 1500
9+ 5000
10 };
11
12 /** Set of hosts serving GPS xtra data. */

Subscribers

People subscribed via source and target branches