Articles on: Writing tests

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:

TEST.commandTimeout(30)

With this command your timoute threshold will be increased to 30 seconds per command

Updated on: 19/09/2023

Was this article helpful?

Share your feedback

Cancel

Thank you!