aboutsummaryrefslogtreecommitdiffstats
path: root/tests/vaadin-server.xml
diff options
context:
space:
mode:
authorMikael Vappula <mikael@vaadin.com>2011-12-05 13:33:50 +0200
committerMikael Vappula <mikael@vaadin.com>2011-12-05 13:33:50 +0200
commit0d5878f6406c02efe3da2371c2482beee14aef72 (patch)
tree0c7036cd9c05debc5d5571dc90d76e632f48eafe /tests/vaadin-server.xml
parent98ec1415dcfcf5a2d5654998fc2334c943bdb6e6 (diff)
downloadvaadin-framework-0d5878f6406c02efe3da2371c2482beee14aef72.tar.gz
vaadin-framework-0d5878f6406c02efe3da2371c2482beee14aef72.zip
Pass deps.initialized to called test targets in different build files.
Diffstat (limited to 'tests/vaadin-server.xml')
-rw-r--r--tests/vaadin-server.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/vaadin-server.xml b/tests/vaadin-server.xml
index 99117238ea..d4d23581ec 100644
--- a/tests/vaadin-server.xml
+++ b/tests/vaadin-server.xml
@@ -46,7 +46,7 @@
<target name="wait-for-startup">
<echo>Waiting for Servlet Container to start up.</echo>
- <waitfor maxwait="30" maxwaitunit="second" checkevery="3" checkeveryunit="second" timeoutproperty="server.start.failed">
+ <waitfor maxwait="60" maxwaitunit="second" checkevery="5" checkeveryunit="second" timeoutproperty="server.start.failed">
<http url="http://localhost:8888"/>
</waitfor>
<fail if="server.start.failed" message="Server startup failed" />