MCPcopy 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

UnexpectedOutputMethod · 0.95
GetFailureOutputMethod · 0.45
HasRunMethod · 0.45
HasRunMethod · 0.45
HasRunMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected