PhpunitMemoryAndTimeUsageListener\Listener\Measurement\TimeAndMemoryTestListener::isAPotentialCriticalTimeUsage PHP Method

isAPotentialCriticalTimeUsage() protected method

Check if test execution time is critical so we need to check it out
    protected function isAPotentialCriticalTimeUsage()
    {
        return $this->checkEdgeIsOverTaken($this->executionTime->timeInMilliseconds(), $this->executionTimeEdge);
    }