<!-- Do not edit this file. It is automatically generated by API Documenter. -->

[Home](./index.md) &gt; [puppeteer](./puppeteer.md) &gt; [Protocol](./puppeteer.protocol.md) &gt; [Emulation](./puppeteer.protocol.emulation.md) &gt; [SetVirtualTimePolicyRequest](./puppeteer.protocol.emulation.setvirtualtimepolicyrequest.md) &gt; [budget](./puppeteer.protocol.emulation.setvirtualtimepolicyrequest.budget.md)

## Protocol.Emulation.SetVirtualTimePolicyRequest.budget property

If set, after this many virtual milliseconds have elapsed virtual time will be paused and a virtualTimeBudgetExpired event is sent.

<b>Signature:</b>

```typescript
budget?: number;
```