> 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-pt-br/sdks/sdk-web/componentes/selphi-biometria-facial/propiedades/timeout.md).

# timeout

## Detalhes

**Atributo:** `Timeout`

**Tipo:** `number`

**Valor padrão:** `30000`

## Morfologia

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

## Descrição

Tempo máximo em milissegundos para concluir a Captura Facial em `facephi-selphi-widget`. O valor `0` desativa o Timeout.

### Considerações

Valor `0` desativa o Timeout.

***

## Exemplo

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