From d9eccfa988b708f5070acbdc354eaa00a152c529 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Michal=20=C4=8Ciha=C5=99?= Date: Fri, 28 Feb 2014 08:43:53 +0100 Subject: [PATCH] Increase timeout for javascript MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Michal Čihař --- test/selenium/PmaSeleniumExportTest.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/selenium/PmaSeleniumExportTest.php b/test/selenium/PmaSeleniumExportTest.php index 767a4fb9fd..a632dc6010 100644 --- a/test/selenium/PmaSeleniumExportTest.php +++ b/test/selenium/PmaSeleniumExportTest.php @@ -162,7 +162,7 @@ class PMA_SeleniumExportTest extends PMA_SeleniumBase /* * FIXME: There should be better way to wait for javascript to be executed */ - usleep(200); + usleep(500); $this->byCssSelector("label[for=radio_custom_export]")->click(); if ($type == 'server') {