Increase timeout for javascript
Signed-off-by: Michal Čihař <michal@cihar.com>
This commit is contained in:
parent
39eb75c4fd
commit
d9eccfa988
@ -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') {
|
||||
|
||||
Loading…
Reference in New Issue
Block a user