~marcustomlinson/unity-scopes-api/merge-trunk

« back to all changes in this revision

Viewing changes to test/gtest/scopes/Invocation/TestScope.cpp

  • Committer: Marcus Tomlinson
  • Date: 2014-07-24 15:00:18 UTC
  • Revision ID: marcus.tomlinson@canonical.com-20140724150018-w8ar1t0ho0be7i8k
Whoops, one change that shouldn't have been reverted

Show diffs side-by-side

added added

removed removed

Lines of Context:
71
71
 
72
72
    if (count++ == 0)
73
73
    {
74
 
        this_thread::sleep_for(chrono::milliseconds(4000));  // Force timeout on first call
 
74
        this_thread::sleep_for(chrono::milliseconds(1000));  // Force timeout on first call
75
75
    }
76
76
    return SearchQueryBase::UPtr(new TestQuery(query, metadata));
77
77
}