Searched refs:IsSlow (Results 1 – 3 of 3) sorted by relevance
197 slow = statusfile.IsSlow(t.outcomes)209 slow = slow or statusfile.IsSlow(t.outcomes)
111 if statusfile.IsSlow(test.outcomes or [statusfile.PASS]):178 slow_key = lambda t: statusfile.IsSlow(t.outcomes)
70 def IsSlow(outcomes): function