> For the complete documentation index, see [llms.txt](https://docs.facephi.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.facephi.com/docs.facephi-en/sdks/sdk-web/componentes/selphi-biometria-facial/propiedades/timeout.md).

# timeout

## Details

**Attribute:** `timeout`

**Type:** `number`

**Default value:** `30000`

## Morphology

```typescript
selphi.timeout = 30000;
```

## Description

Maximum time in milliseconds to complete the Face Capture in `facephi-selphi-widget`. The value `0` disables the Timeout.

### Considerations

Value `0` disables the Timeout.

***

## Example

```jsx
<facephi-selphi-widget
    timeout={30000}
/>
```
