~unity-team/unity-scopes-api/vivid+overlay

« back to all changes in this revision

Viewing changes to src/scopes/internal/RegistryConfig.cpp

  • Committer: Bileto Bot
  • Date: 2016-09-21 03:51:01 UTC
  • mfrom: (261.1.71 trunk)
  • Revision ID: ci-train-bot@canonical.com-20160921035101-zaq1evj7nppegiol
* Fixed potential login deadlock in OnlineAccountClient.
* Increased upper timeout limits to 60s to assist scope-harness testing on slow builders.
* Fixes for building with Florian Boucault's crossbuilder.
* Fix for bug #1548718: Need to update micro version in shlibs file when symbols are added
* Marked the push(Filters const&, FilterState const&) method of SearchReply
  and SearchListenerBase as deprecated and provided push methods which take
  the Filters argument only.
* Fixed Yakkety build by adding missing #includes
* Fixed arm64 build by temporarily disabling SmartScopesClient_test

Show diffs side-by-side

added added

removed removed

Lines of Context:
71
71
        throw ConfigException(configfile + ": " + scoperunner_path_key + " must be an absolute path");
72
72
    }
73
73
    process_timeout_ = get_optional_int(registry_config_group, process_timeout_key, DFLT_PROCESS_TIMEOUT);
74
 
    if (process_timeout_ < 10 || process_timeout_ > 15000)
 
74
    if (process_timeout_ < 10 || process_timeout_ > 60000)
75
75
    {
76
 
        throw_ex("Illegal value (" + to_string(process_timeout_) + ") for " + process_timeout_key + ": value must be 10-15000 ms");
 
76
        throw_ex("Illegal value (" + to_string(process_timeout_) + ") for " + process_timeout_key + ": value must be 10-60000 ms");
77
77
    }
78
78
 
79
79
    KnownEntries const known_entries = {