~thomas-voss/qtubuntu-sensors/bump-default-timeout

« back to all changes in this revision

Viewing changes to plugins/position/core_geo_position_info_source.cpp

  • Committer: thomas-voss
  • Date: 2014-10-08 13:28:14 UTC
  • Revision ID: thomas.voss@canonical.com-20141008132814-31op84ui9jlnb77e
Bump timeout to 60 seconds.

Show diffs side-by-side

added added

removed removed

Lines of Context:
33
33
{
34
34
    // If an application requests an individual position update with a
35
35
    // timeout value of 0, we bump the timeout to the default value of
36
 
    // 10 seconds.
37
 
    static const unsigned int default_timeout_in_ms = 10 * 1000;
 
36
    // 60 seconds.
 
37
    static const unsigned int default_timeout_in_ms = 60 * 1000;
38
38
 
39
39
    // Our session flags for connecting to the backend service.
40
40
    static const unsigned int empty_creation_flags = 0;