~ci-train-bot/unity-scopes-shell/unity-scopes-shell-ubuntu-zesty-2110

« back to all changes in this revision

Viewing changes to src/scope-harness/results/result.cpp

  • Committer: Bileto Bot
  • Date: 2016-09-21 05:52:01 UTC
  • mfrom: (339.1.13 trunk)
  • Revision ID: ci-train-bot@canonical.com-20160921055201-46ms8fxvd7kbhysm
Increase scope-harness timeouts to assist scope testing on slow builders.

Show diffs side-by-side

added added

removed removed

Lines of Context:
105
105
 
106
106
        if (spy.empty())
107
107
        {
108
 
            TestUtils::throwIfNot(spy.wait(), "Scope activation signal failed to emit");
 
108
            TestUtils::throwIfNot(spy.wait(SIG_SPY_TIMEOUT), "Scope activation signal failed to emit");
109
109
        }
110
110
 
111
111
        QVariantList response = spy.front();