diff options
author | Artur Signell <artur.signell@itmill.com> | 2010-03-05 06:20:43 +0000 |
---|---|---|
committer | Artur Signell <artur.signell@itmill.com> | 2010-03-05 06:20:43 +0000 |
commit | e6531ecfafb3a6256287353cfa22cd11fa495220 (patch) | |
tree | 70f568952e4fd063ef8c3e968d6dfed94ef3959d | |
parent | 0eb24e55876c471561c4585d06ad635c66834410 (diff) | |
download | vaadin-framework-e6531ecfafb3a6256287353cfa22cd11fa495220.tar.gz vaadin-framework-e6531ecfafb3a6256287353cfa22cd11fa495220.zip |
Give Chrome more time to load the first image
svn changeset:11648/svn branch:6.2
-rw-r--r-- | tests/scripts/demos-except-sampler.html | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/tests/scripts/demos-except-sampler.html b/tests/scripts/demos-except-sampler.html index 5f59d1d602..c320dca6b6 100644 --- a/tests/scripts/demos-except-sampler.html +++ b/tests/scripts/demos-except-sampler.html @@ -57,13 +57,13 @@ <td>96,11</td> </tr> <tr> - <td>pause</td> - <td>5000</td> + <td>waitForVaadin</td> + <td></td> <td></td> </tr> <tr> - <td>waitForVaadin</td> - <td></td> + <td>pause</td> + <td>5000</td> <td></td> </tr> <tr> |