From b95e694c7f95be3173373b5acb2d210e661faaae Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Tue, 25 Apr 2017 18:45:11 +0300 Subject: add some basic prefs UI tests --- tests/functional/basic.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests/functional/basic.php') diff --git a/tests/functional/basic.php b/tests/functional/basic.php index 19d9ca8d2..8f35692d3 100644 --- a/tests/functional/basic.php +++ b/tests/functional/basic.php @@ -9,7 +9,7 @@ class BasicTest extends PHPUnit_Extensions_Selenium2TestCase { } public function setUpPage() { - $this->timeouts()->implicitWait(10000); + $this->timeouts()->implicitWait(5000); } public function testLogin() { -- cgit v1.2.3