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:
With this command your timoute threshold will be increased to 30 seconds per command
Sample:
TEST.commandTimeout(30)
With this command your timoute threshold will be increased to 30 seconds per command
Updated on: 19/09/2023
Thank you!