diff options
author | Henri Sara <henri.sara@itmill.com> | 2010-04-19 12:22:54 +0000 |
---|---|---|
committer | Henri Sara <henri.sara@itmill.com> | 2010-04-19 12:22:54 +0000 |
commit | 6a7be7a26fc95b9418677b3b72c1e623bf400245 (patch) | |
tree | cfb80fa9d8ab59f49eb3658ba3dfd011ec7f60ab /tests | |
parent | f6d1c4adf5bd0589ac7cc36a248aa5ee1863e3fd (diff) | |
download | vaadin-framework-6a7be7a26fc95b9418677b3b72c1e623bf400245.tar.gz vaadin-framework-6a7be7a26fc95b9418677b3b72c1e623bf400245.zip |
Reduced delay in combo box navigation test.
svn changeset:12640/svn branch:6.3
Diffstat (limited to 'tests')
-rw-r--r-- | tests/src/com/vaadin/tests/components/combobox/ComboBoxNavigation.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/src/com/vaadin/tests/components/combobox/ComboBoxNavigation.html b/tests/src/com/vaadin/tests/components/combobox/ComboBoxNavigation.html index 1f1248fce8..03de00a6f1 100644 --- a/tests/src/com/vaadin/tests/components/combobox/ComboBoxNavigation.html +++ b/tests/src/com/vaadin/tests/components/combobox/ComboBoxNavigation.html @@ -23,7 +23,7 @@ </tr> <tr> <td>setSpeed</td> - <td>500</td> + <td>200</td> <td>Needed because of #3409</td> </tr> <tr> |