> 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/livenessmovetimeout.md).

# livenessMoveTimeout

## Details

**Attribute:** `liveness-move-timeout`

**Type:** `number`

**Default value:** `15`

## Morphology

```typescript
selphi.livenessMoveTimeout = 15;
```

## Description

Maximum seconds per step in the active liveness check of `facephi-selphi-widget`.

If the time is low or the number of tests is high, the time may not be enough to carry out the test. It is recommended to keep an approximate time of 5 seconds per test.

***

## Example

```jsx
<facephi-selphi-widget
    livenessMoveSteps={3}
    livenessMoveTimeout={15}
/>
```
