diff --git a/openstack_dashboard/test/integration_tests/horizon.conf b/openstack_dashboard/test/integration_tests/horizon.conf index 85dc419ee4..31ccc705f4 100644 --- a/openstack_dashboard/test/integration_tests/horizon.conf +++ b/openstack_dashboard/test/integration_tests/horizon.conf @@ -12,7 +12,7 @@ help_url=http://docs.openstack.org/ [selenium] # Timeout in seconds to wait for a page to become available # (integer value) -page_timeout=30 +page_timeout=60 # Output directory for screenshots. # (string value) @@ -27,7 +27,7 @@ implicit_wait=10 # methods using explicit timeout are usually prefixed with 'wait', # those methods ignore implicit_wait when looking up web elements. # (integer value) -explicit_wait=300 +explicit_wait=90 # Maximize the browser window at the start of each test? # (boolean)