horizon/horizon/test
Kieran Spear 48648808e8 Increase socket timeout for selenium tests
I can reproduce bug 1100771 consistently in my development environment.
Increasing the socket timeout in the SeleniumTestCase class fixes
the timeout issue for me.

This uncovers another issue that causes an "Address already in use
error". This happens because the order of tear down is wrong - we
need to quit() the driver before continuing with tear down rather
than after.

Fixes bug 1100771.

Change-Id: I95fbea05c3fc2516ce4e736eea9b0823bb5bbf79
(cherry picked from commit 5e58a7e388)
2013-05-31 10:17:27 +10:00
..
templates Splits OpenStack Dashboard bits from framework app code. 2012-10-11 11:47:50 -07:00
test_dashboards Splits OpenStack Dashboard bits from framework app code. 2012-10-11 11:47:50 -07:00
tests Fix on async messaging to don't escape message string marked as safe. 2013-02-07 17:01:16 -08:00
__init__.py Splits OpenStack Dashboard bits from framework app code. 2012-10-11 11:47:50 -07:00
helpers.py Increase socket timeout for selenium tests 2013-05-31 10:17:27 +10:00
settings.py Splits OpenStack Dashboard bits from framework app code. 2012-10-11 11:47:50 -07:00
urls.py Show message when user has no permissions 2012-10-14 12:33:09 +03:00