summaryrefslogtreecommitdiff
path: root/tests/test_tools/selenium/php/selenium.php
diff options
context:
space:
mode:
authorwei <>2007-03-25 23:19:26 +0000
committerwei <>2007-03-25 23:19:26 +0000
commit9e52d1ddac7fd4e54c0744a00aae6786081267af (patch)
tree9ca408975a9a7c9f623e874d7804e6d2fb82975c /tests/test_tools/selenium/php/selenium.php
parentc9c31d6edb91e22c56ffab3772ce8a29b1480537 (diff)
Update Selenium to 0.8.2
Diffstat (limited to 'tests/test_tools/selenium/php/selenium.php')
-rw-r--r--tests/test_tools/selenium/php/selenium.php2
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 c9d403f1..474c0d6d 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);
}