diff options
Diffstat (limited to 'tests/test_tools/selenium/php/selenium.php')
-rw-r--r-- | tests/test_tools/selenium/php/selenium.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/test_tools/selenium/php/selenium.php b/tests/test_tools/selenium/php/selenium.php index bfba617a..32b773db 100644 --- a/tests/test_tools/selenium/php/selenium.php +++ b/tests/test_tools/selenium/php/selenium.php @@ -142,7 +142,7 @@ class SeleneseInterpreter $command = array($func, $ID, $value); if(is_int(strpos(strtolower($func), 'visible'))) - $this->addCommand(array('pause','500',''),$trace); + $this->addCommand(array('pause','250',''),$trace); return $this->addCommand($command, $trace); } |