[Home](./index.md) > [puppeteer](./puppeteer.md) > [Protocol](./puppeteer.protocol.md) > [Debugger](./puppeteer.protocol.debugger.md) > [EvaluateOnCallFrameRequest](./puppeteer.protocol.debugger.evaluateoncallframerequest.md) > [timeout](./puppeteer.protocol.debugger.evaluateoncallframerequest.timeout.md) ## Protocol.Debugger.EvaluateOnCallFrameRequest.timeout property Terminate execution after timing out (number of milliseconds). Signature: ```typescript timeout?: Runtime.TimeDelta; ```