> ## Knowledge Base Index
> Fetch the complete knowledge base index at: https://uilicious.crisp.help/sitemap.xml
> Use this file to discover available pages before exploring further.
> Pure-Markdown content can be obtained by appending a '.md' suffix to the content URLs listed in the sitemap (without the trailing slash).

# How to Change Error Timeout threshold

Uilicious has a default timeout threshold of 15 seconds for each command, just in any case that the website might take more time in loading assets, you can change the timeout threshold this by using the command "TEST.commandTimeout()"

Sample:

```javascript
TEST.commandTimeout(30)
```
With this command your timoute threshold will be increased to 30 seconds per command