diff options
author | Leif Åstrand <leif@vaadin.com> | 2011-11-11 10:25:39 +0200 |
---|---|---|
committer | Leif Åstrand <leif@vaadin.com> | 2011-11-11 10:25:39 +0200 |
commit | ffa0e5302a53dea14023c16f0cc95665f8a7ed44 (patch) | |
tree | a07fecb9eaa46a17cffd289880ac3133b1170cee /tests/integration-testscripts | |
parent | 7d7e06b90cd8860f0bd3bbfbf2c12be53183fd3f (diff) | |
download | vaadin-framework-ffa0e5302a53dea14023c16f0cc95665f8a7ed44.tar.gz vaadin-framework-ffa0e5302a53dea14023c16f0cc95665f8a7ed44.zip |
Longer pause before taking the inital screenshot (#7396)
Diffstat (limited to 'tests/integration-testscripts')
-rw-r--r-- | tests/integration-testscripts/common/integration_test.tpl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/integration-testscripts/common/integration_test.tpl b/tests/integration-testscripts/common/integration_test.tpl index 4275d3fab0..ed97710282 100644 --- a/tests/integration-testscripts/common/integration_test.tpl +++ b/tests/integration-testscripts/common/integration_test.tpl @@ -18,7 +18,7 @@ </tr> <tr> <td>pause</td> - <td>500</td> + <td>1000</td> <td></td> </tr> <tr> |