Warning: Unresponsive script

I am running the selenium test suites with the following command

mvn verify -f nuxeo-distribution-dm/ftest/selenium/pom.xml -Ptomcat

and I receive the below error several times in both the Selenium Functional Test Runner and the Nuxeo Platform windows:

Warning: Unresponsive script A script on this page may be busy, or it may have stopped responding. You can stop the script now, or you can continue to see if the script will complete.

Some of the scripts that throw the the error are:

I am using Firefox 16.0.2 with all extensions and add-ons disabled.

I appreciate any help in resolving this issue.

0 votes

2 answers

1970 views

ANSWER



So, maybe it's a Selenium issue. You could try with the same FF version we use on continuous integration: mostly 14.0.1 (we have some other issues we 15+).

0 votes



Yep. Its a FF issue. As soon as I switched to Firefox 3.6 it worked perfectly. Thanks.
11/22/2012


This likely comes from your computer being too slow. Searching on Google, you can easily increase the max_script_run_time (I personally set it at 240).

1 votes



Hmm, I don't think its the speed of the computer. I have an quad core 2.7 GHz with 16GB RAM. I tried setting the max_script_run_time to 240, 2000, and also 0 but I still received the same error.
11/20/2012