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

# diagnosticTimer

## Details

**Attribute:** `diagnostic-timer`

**Type:** `number`

**Default value:** `5`

## Morphology

```typescript
selphi.diagnosticTimer = 5;
```

## Description

Online diagnostic seconds that `facephi-selphi-widget` displays before moving to the terminal error screen.

***

## Example

```jsx
<facephi-selphi-widget
    diagnosticTimer={10}
/>
```
