Hello,
Is the setTimeout command honoured by TestRunner?
I have setTimeout configured in Selenium IDE and it works when running in Selenium IDE, that is, a long running operation (longer than 30sec) wait successfully up to the timeout I specify, but when that same test is executed with TestRunner, the setTimeout command seem to be ignored as it always times out after the default 30 sec.
I checked the documentation of the command line options of TestRunner but no timeout option is available there unfortunately.
Any advice please?
Is the setTimeout command honoured by TestRunner?
I have setTimeout configured in Selenium IDE and it works when running in Selenium IDE, that is, a long running operation (longer than 30sec) wait successfully up to the timeout I specify, but when that same test is executed with TestRunner, the setTimeout command seem to be ignored as it always times out after the default 30 sec.
I checked the documentation of the command line options of TestRunner but no timeout option is available there unfortunately.
Any advice please?
Comment