Code
Hub
Trending
Digest
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/nodejs/node
/ HasTimedOut
Method
HasTimedOut
tools/test.py:662–663 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
660
return
self.output.exit_code < 0
661
662
def
HasTimedOut(self):
663
return
self.output.timed_out
664
665
def
HasFailed(self):
666
execution_failed = self.test.DidFail(self.output)
Callers
5
UnexpectedOutput
Method · 0.95
GetFailureOutput
Method · 0.45
HasRun
Method · 0.45
HasRun
Method · 0.45
HasRun
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected