Increase timeout for javascript

Signed-off-by: Michal Čihař <michal@cihar.com>
This commit is contained in:
Michal Čihař 2014-02-28 08:43:53 +01:00
parent 39eb75c4fd
commit d9eccfa988

View File

@ -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') {