Hi guys, I am using Tellurium to automate the testing of a slow website. The default timeout is 30 seconds and the response time oftern exceeds it. In traditional Selenium, I can use setTimeout to override the value, but I don't know how to deal with this problem in Selenium. Is there any way to set up it in TelluriumConfig.groovy? If yes, what is the context?
I also tried started Selenium sever like: java -jar seleniumXXX.te.jar -timeout 60 but it doesn't work and the test case still timeout in 30 seconds? Anyone can give me some hints? Thanks, Liang --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "tellurium-users" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/tellurium-users?hl=en -~----------~----~----~----~------~----~------~--~---
